warn method

void warn(
  1. Object? m
)

Implementation

void warn (Object? m) {
	if(LEVELS.WARN <= level)
      _log( m, 'WARN ', LEVELS.WARN);
  }