Variable LogLevelDescriptionsConst
LogLevelDescriptions: {
NONE: string;
fatal: string;
critical: string;
error: string;
warn: string;
notice: string;
ok: string;
info: string;
log: string;
verbose: string;
debug: string;
trace: string;
silly: string;
} = ...
The LogLevel descriptions as an object
{[logLevelName: string]: string}
egLogLevelDescriptions.NONE
is"Set logLevel to 'NONE' in your App to disable all logging."