Skip to main content

A set of string constants for the parameter AdminSendAlertRequest.log_level. More…

Static Public Attributes

const string FATAL = “fatal”
 A constant for the AdminSendAlertRequest.LogLevel options.
 
const string ERROR = “error”
 A constant for the AdminSendAlertRequest.LogLevel options.
 
const string WARN = “warn”
 A constant for the AdminSendAlertRequest.LogLevel options.
 
const string INFO = “info”
 A constant for the AdminSendAlertRequest.LogLevel options.
 
const string DEBUG = “debug”
 A constant for the AdminSendAlertRequest.LogLevel options.
 

Detailed Description

A set of string constants for the parameter AdminSendAlertRequest.log_level.

Alert message logging criteria.

Definition at line 21 of file AdminSendAlert.cs.

Member Data Documentation

◆ DEBUG

const string kinetica.AdminSendAlertRequest.LogLevel.DEBUG = “debug”
static

A constant for the AdminSendAlertRequest.LogLevel options.

Definition at line 41 of file AdminSendAlert.cs.

◆ ERROR

const string kinetica.AdminSendAlertRequest.LogLevel.ERROR = “error”
static

A constant for the AdminSendAlertRequest.LogLevel options.

Definition at line 29 of file AdminSendAlert.cs.

◆ FATAL

const string kinetica.AdminSendAlertRequest.LogLevel.FATAL = “fatal”
static

A constant for the AdminSendAlertRequest.LogLevel options.

Definition at line 25 of file AdminSendAlert.cs.

◆ INFO

const string kinetica.AdminSendAlertRequest.LogLevel.INFO = “info”
static

A constant for the AdminSendAlertRequest.LogLevel options.

Definition at line 37 of file AdminSendAlert.cs.

◆ WARN

const string kinetica.AdminSendAlertRequest.LogLevel.WARN = “warn”
static

A constant for the AdminSendAlertRequest.LogLevel options.

Definition at line 33 of file AdminSendAlert.cs.


The documentation for this struct was generated from the following files: