API version:
Show / Hide Table of Contents

Class LogSeverity

An enumeration of LogSeverity values in the Okta API.

Inheritance
System.Object
StringEnum
LogSeverity
Implements
System.IComparable
Inherited Members
StringEnum.Value
StringEnum.ToString()
StringEnum.Equals(Object)
StringEnum.GetHashCode()
StringEnum.CompareTo(Object)
StringEnum.Create<T>(String)
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
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.