menu
slog_core package
documentation
logger.dart
Level
Level.new const constructor
Level.new const constructor
dark_mode
light_mode
Level
constructor
const
Level
(
String
name
,
int
value
)
Creates a new log level
Implementation
const Level(this.name, this.value);
slog_core package
documentation
logger
Level
Level.new const constructor
Level class