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