mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2026-03-23 01:55:49 +05:30
feat: added neodlp logger and log viewer
This commit is contained in:
6
src/types/logs.ts
Normal file
6
src/types/logs.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface Log {
|
||||
timestamp: number;
|
||||
level: 'info' | 'warning' | 'error' | 'debug';
|
||||
context: string;
|
||||
message: string;
|
||||
}
|
||||
Reference in New Issue
Block a user