feat: initial boilerplate
This commit is contained in:
8
api/libraries/logger/level.ts
Normal file
8
api/libraries/logger/level.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export const logLevel = {
|
||||
debug: 0,
|
||||
info: 1,
|
||||
warning: 2,
|
||||
error: 3,
|
||||
};
|
||||
|
||||
export type Level = "debug" | "error" | "warning" | "info";
|
||||
Reference in New Issue
Block a user