debugLogs property

List<LogEntry> get debugLogs

Get debug logs

Implementation

List<LogEntry> get debugLogs => getLogsByLevel(LoggingLogLevel.debug);