enableJsonOutput method
Enables JSON formatted logging output.
Implementation
@override
void enableJsonOutput() {
_isJsonOutput = true;
_logger.level = Level.quiet; // Suppress normal output
}
Enables JSON formatted logging output.
@override
void enableJsonOutput() {
_isJsonOutput = true;
_logger.level = Level.quiet; // Suppress normal output
}