LogLevel.fatal constructor

LogLevel.fatal()

Implementation

factory LogLevel.fatal() => LogLevel(1200, 'FATAL', short: 'F', color: AnsiColor.red);