Kinetica C# API
Version 7.2.3.0
|
A set of string constants for the parameter log_level. More...
Public Attributes | |
const string | FATAL = "fatal" |
const string | ERROR = "error" |
const string | WARN = "warn" |
const string | INFO = "info" |
const string | DEBUG = "debug" |
A set of string constants for the parameter log_level.
Alert message logging criteria
Definition at line 21 of file AdminSendAlert.cs.
const string kinetica.AdminSendAlertRequest.LogLevel.DEBUG = "debug" |
Definition at line 27 of file AdminSendAlert.cs.
const string kinetica.AdminSendAlertRequest.LogLevel.ERROR = "error" |
Definition at line 24 of file AdminSendAlert.cs.
const string kinetica.AdminSendAlertRequest.LogLevel.FATAL = "fatal" |
Definition at line 23 of file AdminSendAlert.cs.
const string kinetica.AdminSendAlertRequest.LogLevel.INFO = "info" |
Definition at line 26 of file AdminSendAlert.cs.
const string kinetica.AdminSendAlertRequest.LogLevel.WARN = "warn" |
Definition at line 25 of file AdminSendAlert.cs.