w static method
Implementation
static void w(String tag, dynamic message) {
if (level <= LogLevel.w) {
print('${_formatTag('W:$tag')}||$message');
}
}
static void w(String tag, dynamic message) {
if (level <= LogLevel.w) {
print('${_formatTag('W:$tag')}||$message');
}
}