log method

void log(
  1. String logName,
  2. int level,
  3. String tag,
  4. String msg,
)

Implementation

void log(String logName, int level, String tag, String msg) {
  throw UnimplementedError('log() has not been implemented.');
}