Logger constructor
Logger(})
Creates a new Logger with the given parameters
Implementation
Logger(
this.name, {
this.minLevel = LogLevel.info,
this.includeTimestamps = true,
this.includeLoggerName = true,
});
Creates a new Logger with the given parameters
Logger(
this.name, {
this.minLevel = LogLevel.info,
this.includeTimestamps = true,
this.includeLoggerName = true,
});