UNPKG

@starryinternet/jobi

Version:

Tiny logging utility with events and streams

13 lines (12 loc) 187 B
/** * @type {Object.<string, number>} */ module.exports = { trace: 0, debug: 1, info: 2, warn: 3, error: 4, critical: 5, off: Infinity // Default };