w static method
警告日志
Implementation
static void w(
dynamic message, {
String? tag,
Object? error,
StackTrace? stackTrace,
}) {
_log(
DKLogLevel.warning,
message,
tag: tag,
error: error,
stackTrace: stackTrace,
);
}
警告日志
static void w(
dynamic message, {
String? tag,
Object? error,
StackTrace? stackTrace,
}) {
_log(
DKLogLevel.warning,
message,
tag: tag,
error: error,
stackTrace: stackTrace,
);
}