LOG function

void LOG(
  1. Object? m
)

Implementation

void LOG(Object? m)    => Log.instance.info(m);