warningLogs property

List<LogEntry> get warningLogs

Get warning logs

Implementation

List<LogEntry> get warningLogs => getLogsByLevel(LoggingLogLevel.warning);