logDebug method

void logDebug(
  1. Object? arg
)

Implementation

void logDebug(Object? arg) {
  Log.debug('[$className] $arg');
}