log method

  1. @protected
void log(
  1. String msg
)

Implementation

@protected
void log(String msg) {
  debugLog("[$tag] $msg", tag: DomainManager.tag);
}