fatalLevel top-level property
Implementation
LogLevel fatalLevel = LogLevel(
name: 'FATAL',
value: 6000,
symbol: EmojiColor.magentaCircle.value,
fontColor: AnsiFontColor.magenta,
backgroundColor: AnsiBackgroundColor.none,
);
LogLevel fatalLevel = LogLevel(
name: 'FATAL',
value: 6000,
symbol: EmojiColor.magentaCircle.value,
fontColor: AnsiFontColor.magenta,
backgroundColor: AnsiBackgroundColor.none,
);