logInfo method

void logInfo()

Implementation

void logInfo() {
  LoggerBox.info(toString());
}