logError method

void logError()

Implementation

void logError() {
  LoggerBox.error(toString());
}