C# Class Amazon.IoT.LogLevel

Constants used for properties of type LogLevel.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
DEBUG LogLevel
DISABLED LogLevel
ERROR LogLevel
INFO LogLevel
WARN LogLevel

Public Methods

Method Description
FindValue ( string value ) : LogLevel

Finds the constant for the unique value.

LogLevel ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Method Details

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : LogLevel
value string The unique value for the constant
return LogLevel

LogLevel() public method

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public LogLevel ( string value ) : System
value string
return System

Property Details

DEBUG public static property

Constant DEBUG for LogLevel
public static LogLevel,Amazon.IoT DEBUG
return LogLevel

DISABLED public static property

Constant DISABLED for LogLevel
public static LogLevel,Amazon.IoT DISABLED
return LogLevel

ERROR public static property

Constant ERROR for LogLevel
public static LogLevel,Amazon.IoT ERROR
return LogLevel

INFO public static property

Constant INFO for LogLevel
public static LogLevel,Amazon.IoT INFO
return LogLevel

WARN public static property

Constant WARN for LogLevel
public static LogLevel,Amazon.IoT WARN
return LogLevel