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