menu
tenon_cli package
documentation
core.dart
LogLevel
LogLevel.new const constructor
LogLevel.new const constructor
dark_mode
light_mode
LogLevel
constructor
const
LogLevel
(
int
level
,
String
name
, {
String
?
short
,
String
?
color
,
String
?
bgColor
,
})
Implementation
const LogLevel(this.level, this.name, {this.short, this.color, this.bgColor});
tenon_cli package
documentation
core
LogLevel
LogLevel.new const constructor
LogLevel class