ERROR function

void ERROR(
  1. Object? m
)

Implementation

void ERROR(Object? m)  => Log.instance.error(m);