Expand description
interface LoggerConstructor {
color?: string;
level?: LogLevelStr;
}Properties§
§§
color?: stringCSS Color for the logger, default is 'gray'
level?: LogLevelStrLogging level, default is "default". The level can still be changed later with setLevel
Args for constructing a logger