i static method

dynamic i(
  1. Object info
)

Info Log

Implementation

static i(Object info) {
  if (_logLevel.value >= TGLogLevel.INFO.value) _print("INFO", info);
}