menu
dune_core package
documentation
dune_core_testing_internals.dart
Logger
Logger.new constructor
Logger.new constructor
dark_mode
light_mode
Logger
constructor
Logger
(
String
name
, {
void
output
(
String
message
)?,
bool
enabled
=
true
,
})
Implementation
Logger(this.name, {this.output, this.enabled = true});
dune_core package
documentation
dune_core_testing_internals
Logger
Logger.new constructor
Logger class