Defines the different status levels.
Description
The DataDogStatus class defines the different status levels.
Fields
Emergency
Emergency
Emergency: str = “EMERGENCY”
Error
Error
Error: str = “ERROR”
Warn
Warn
Warn: str = “WARN”
Info
Info
Info: str = “INFO”
Debug
Debug
Debug: str = “DEBUG”