TRACE function

void TRACE(
  1. Object? m
)

Implementation

void TRACE(Object? m)  => Log.instance.trace(m);