info method

void info(
  1. Object? m
)

Implementation

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