userLogLevel property
Importance from the user's perspective.
Even if logLevel is Level.INFO
, if it's a significant error that warrants displaying an error page,
setting this to Level.SHOUT
will navigate to the error page during onReported.
Note that this value is not relayed to the Log system, and instead, the value of logLevel is reported.
Implementation
@override
Level? get userLogLevel => Level.SHOUT;