LogLevel
type LogLevel:
| "DISABLE"
| "ASSERT"
| "ERROR"
| "WARNING"
| "INFO"
| "DEBUG"
| "VERBOSE";
Logs can be filtered based on their priority.
type LogLevel:
| "DISABLE"
| "ASSERT"
| "ERROR"
| "WARNING"
| "INFO"
| "DEBUG"
| "VERBOSE";
Logs can be filtered based on their priority.