SessionLogLevel Enum

Definition

Defines logging severity levels.

public enum class SessionLogLevel
public enum SessionLogLevel
type SessionLogLevel = 
Public Enum SessionLogLevel
Inheritance
SessionLogLevel

Fields

All 5

Specifies all messages should be logged.

Debug 4

Specifies logs used for interactive investigation during development.

Error 1

Specifies logs that indicate when the current flow of execution stops due to a failure.

Information 3

Specifies logs that track the general flow.

None 0

Specifies that logging should not write any messages.

Warning 2

Specifies logs that highlight an abnormal or unexpected event, but do not otherwise cause execution to stop.

Applies to