enum LogLevel { DEBUG = 'Debug', INFORMATION = 'Information', WARNING = 'Warning', ERROR = 'Error', CRITICAL = 'Critical', } export default LogLevel;