f static method
严重错误日志
Implementation
static void f(
dynamic message, {
String? tag,
Object? error,
StackTrace? stackTrace,
}) {
_log(
DKLogLevel.fatal,
message,
tag: tag,
error: error,
stackTrace: stackTrace,
);
}
严重错误日志
static void f(
dynamic message, {
String? tag,
Object? error,
StackTrace? stackTrace,
}) {
_log(
DKLogLevel.fatal,
message,
tag: tag,
error: error,
stackTrace: stackTrace,
);
}