info method

void info(
  1. MyLogItem msg
)

Implementation

void info(MyLogItem msg) {
  _log.info(convert.jsonEncode(msg));
}