UNPKG

jsfakeit

Version:

![alt text](https://raw.githubusercontent.com/Anirban20001962/jsfakeit/main/logo.png)

28 lines (27 loc) 531 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.logLevels = void 0; exports.logLevels = { general: ['error', 'warning', 'info', 'fatal', 'trace', 'debug'], syslog: [ 'emerg', 'alert', 'crit', 'err', 'warning', 'notice', 'info', 'debug', ], apache: [ 'emerg', 'alert', 'crit', 'error', 'warn', 'notice', 'info', 'debug', 'trace1-8', ], };