setLogLevel method
void
setLogLevel(
- Level theNewLogLevel
Allows you to change the LogLevel.
Implementation
void setLogLevel(Level theNewLogLevel) {
logger = Logger(level: theNewLogLevel);
}
Allows you to change the LogLevel.
void setLogLevel(Level theNewLogLevel) {
logger = Logger(level: theNewLogLevel);
}