w method
Implementation
void w(dynamic message, [dynamic title, LogConfig? config]) {
print(message, level: Log.warning, title: title, config: config);
}
void w(dynamic message, [dynamic title, LogConfig? config]) {
print(message, level: Log.warning, title: title, config: config);
}