level property
The current logging level of the app.
All logs with levels below this level will be omitted.
Implementation
static Level level = Level.verbose;
The current logging level of the app.
All logs with levels below this level will be omitted.
static Level level = Level.verbose;