/** * Contains the definition of log levels. */ export enum LogLevel { debug = 'debug', info = 'info', warn = 'warn', error = 'error', }