Class LogSeverity
An enumeration of LogSeverity values in the Okta API.
Implements
System.IComparable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class LogSeverity : StringEnum, IComparable
Constructors
LogSeverity(String)
Creates a new LogSeverity instance.
Declaration
public LogSeverity(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use. |
Fields
Debug
The DEBUG LogSeverity.
Declaration
public static LogSeverity Debug
Field Value
Type | Description |
---|---|
LogSeverity |
Error
The ERROR LogSeverity.
Declaration
public static LogSeverity Error
Field Value
Type | Description |
---|---|
LogSeverity |
Info
The INFO LogSeverity.
Declaration
public static LogSeverity Info
Field Value
Type | Description |
---|---|
LogSeverity |
Warn
The WARN LogSeverity.
Declaration
public static LogSeverity Warn
Field Value
Type | Description |
---|---|
LogSeverity |
Operators
Implicit(String to LogSeverity)
Implicit operator declaration to accept and convert a string value as a LogSeverity
Declaration
public static implicit operator LogSeverity(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value to use |
Returns
Type | Description |
---|---|
LogSeverity |
Implements
System.IComparable