UNPKG

106 BPlain TextView Raw
1export const logLevels = {
2 debug: 20,
3 error: 50,
4 fatal: 60,
5 info: 30,
6 trace: 10,
7 warn: 40,
8};