Package com.gpudb.protocol
Class AdminSendAlertRequest.LogLevel
- java.lang.Object
-
- com.gpudb.protocol.AdminSendAlertRequest.LogLevel
-
- Enclosing class:
- AdminSendAlertRequest
public static final class AdminSendAlertRequest.LogLevel extends Object
A set of string constants for theAdminSendAlertRequestparameterlogLevel.Alert message logging criteria
-
-
Field Detail
-
FATAL
public static final String FATAL
- See Also:
- Constant Field Values
-
ERROR
public static final String ERROR
- See Also:
- Constant Field Values
-
WARN
public static final String WARN
- See Also:
- Constant Field Values
-
INFO
public static final String INFO
- See Also:
- Constant Field Values
-
DEBUG
public static final String DEBUG
- See Also:
- Constant Field Values
-
-