UNPKG

@obsidize/logger

Version:
13 lines (12 loc) 211 B
/** * Core levels used by the `Logger` class to produce events. */ export const LogLevel = Object.freeze({ VERBOSE: 0, TRACE: 1, DEBUG: 2, INFO: 3, WARN: 4, ERROR: 5, FATAL: 6, });