Kinetica   C#   API  Version 7.2.3.0
kinetica.AdminSendAlertRequest.LogLevel Struct Reference

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"
 

Detailed Description

A set of string constants for the parameter 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"

Definition at line 27 of file AdminSendAlert.cs.

◆ ERROR

const string kinetica.AdminSendAlertRequest.LogLevel.ERROR = "error"

Definition at line 24 of file AdminSendAlert.cs.

◆ FATAL

const string kinetica.AdminSendAlertRequest.LogLevel.FATAL = "fatal"

Definition at line 23 of file AdminSendAlert.cs.

◆ INFO

const string kinetica.AdminSendAlertRequest.LogLevel.INFO = "info"

Definition at line 26 of file AdminSendAlert.cs.

◆ WARN

const string kinetica.AdminSendAlertRequest.LogLevel.WARN = "warn"

Definition at line 25 of file AdminSendAlert.cs.


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