update,
This commit is contained in:
7
03_source/cms_backend/src/constants.ts
Normal file
7
03_source/cms_backend/src/constants.ts
Normal 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 };
|
Reference in New Issue
Block a user