logError method

void logError(
  1. Object? arg
)

Implementation

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