-
Notifications
You must be signed in to change notification settings - Fork 0
LogLevel
Steve edited this page Apr 29, 2020
·
1 revision
export enum LogLevel {
trace, // = 0
debug, // = 1
info, // = 2
warn, // = 3
error, // = 4
fatal, // = 5
none // = 6
}
Documentation
-
Interfaces