This commit is contained in:
louiscklaw
2025-06-04 02:35:19 +08:00
parent c2c6181332
commit c0fad42f0a
3 changed files with 10 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
const L_ERROR = 0;
const L_WARN = 1;
const L_INFO = 2;
const L_DEBUG = 3;
const L_TRACE = 4;
export { L_WARN, L_INFO, L_ERROR, L_DEBUG, L_TRACE };