system_assignation/node_modules/roarr/dist/constants.js.flow

11 lines
116 B
Plaintext
Raw Normal View History

2022-03-24 09:22:39 -04:00
// @flow
export const logLevels = {
debug: 20,
error: 50,
fatal: 60,
info: 30,
trace: 10,
warn: 40,
};