LogLevel Enum

Definition

Logging severity levels.

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

Fields

Count 5

internal

Debug 4

The log message represents verbose information typically only useful for debugging.

Error 1

The log message represents an error.

Information 3

The log message represents somewhat important information.

None 0

Used to disable logging.

Warning 2

The log message represents a warning.

Applies to

See also