Share via


Level Enum

Definition

Defines the different available log levels.

public enum Level
type Level = 
Public Enum Level
Inheritance
Level

Fields

Name Value Description
Error 0
Warning 1
Info 2
Verbose 3

Remarks

This is used by different loggers to set the maximum level of detail they will output. SetLevel(Level)SetLevel(Level)SetLevel(Level)

Applies to