1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00
Files
browser/src/enums/logLevelType.ts
Kyle Spearrin b747830c5b log level type
2018-02-23 23:10:13 -05:00

7 lines
74 B
TypeScript

export enum LogLevelType {
Debug,
Info,
Warning,
Error,
}