fatal method
Logs a fatal-level message
Implementation
void fatal(
String message, {
Map<String, dynamic>? structuredData,
List<String>? tags,
}) => this(
message,
level: LogLevel.fatal,
structuredData: structuredData,
tags: tags,
);
Logs a fatal-level message
void fatal(
String message, {
Map<String, dynamic>? structuredData,
List<String>? tags,
}) => this(
message,
level: LogLevel.fatal,
structuredData: structuredData,
tags: tags,
);