e static method
log msg with FLogLevel.Error level
Implementation
static e(String msg, {String tag = 'fplayer'}) {
log(FLogLevel.Error, msg, tag);
}
log msg with FLogLevel.Error level
static e(String msg, {String tag = 'fplayer'}) {
log(FLogLevel.Error, msg, tag);
}