logLevel property

  1. @override
Level? get logLevel
override

Notification Level to the Log system.

This is the Level notified to the Log system for unknown errors. If specified by the Logger, it takes precedence.

Implementation

@override
Level? get logLevel => Level.INFO;