e static method

void e(
  1. String text
)

Implementation

static void e(String text) {
  if (_enableLogs) {
    _printError(getFormattedText(text));
  }
}