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