e static method

void e(
  1. String msg
)

print error

Implementation

static void e(String msg) {
  String msgFinal = LogDeveloperInfo.appId + ": error : " +  _getTimeOfLog() + " : " + msg;
  _printSpecial(msgFinal);
}