UNPKG

@hoangnam.io/qa-tools

Version:

Logging, Error handling, Notifying for Express codebase

7 lines (5 loc) 88 B
const LogLevel = { INFO: "INFO", ERROR: "ERROR", }; module.exports = { LogLevel };