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