e static method
Implementation
static void e(String tag,dynamic message) {
if(_showLog) {
logger.e({'TAG': tag, 'Type': 'error', 'exception': e});
}
}
static void e(String tag,dynamic message) {
if(_showLog) {
logger.e({'TAG': tag, 'Type': 'error', 'exception': e});
}
}