const levels: LogLevelNames[] = ['trace', 'debug', 'info', 'warn', 'error'];
// Set different levels for different components
const productionLevel: LogLevelNames = 'warn';
const developmentLevel: LogLevelNames = 'debug';
const troubleshootingLevel: LogLevelNames = 'trace';
Standard log level names supported by the KOS logging system.
These correspond to common logging levels with increasing severity: