v static method

dynamic v(
  1. String msg, {
  2. String tag = 'fplayer',
})

log msg with FLogLevel.Verbose level

Implementation

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