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