LogLevel.warn constructor

LogLevel.warn()

Implementation

factory LogLevel.warn() => LogLevel(900, 'WARN', short: 'W', color: AnsiColor.yellow);