mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
log level type
This commit is contained in:
6
src/enums/logLevelType.ts
Normal file
6
src/enums/logLevelType.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export enum LogLevelType {
|
||||
Debug,
|
||||
Info,
|
||||
Warning,
|
||||
Error,
|
||||
}
|
||||
Reference in New Issue
Block a user