notice method

void notice(
  1. String message
)

Implementation

void notice(String message) {
  _log(WingLogLevel.notice, message);
}