n method
publish a note log message. In other log frameworks, this is often called info
Implementation
void n(Object? referer, String msg,
[dynamic error, StackTrace? stackTrace]) =>
log(LogLevel.note, referer, msg, error, stackTrace);
publish a note log message. In other log frameworks, this is often called info
void n(Object? referer, String msg,
[dynamic error, StackTrace? stackTrace]) =>
log(LogLevel.note, referer, msg, error, stackTrace);