e static method
Error Log
Implementation
static e(Object error) {
if (_logLevel.value >= TGLogLevel.ERROR.value) _print("ERROR", error);
}
Error Log
static e(Object error) {
if (_logLevel.value >= TGLogLevel.ERROR.value) _print("ERROR", error);
}