Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Field: Dictionary<LogType, uint> VerbosityLimit

Declaration

Dictionary<LogType, uint> VerbosityLimit

Summary

Holds the current verbosity limit for each of the log types. Only messages with same or lower verbosity will be printed. Defaults to level 1 for all messages except debug, which defaults to 0.

Remarks

Applications can print a message with a verbosity level of 0 - such messages cannot be disabled.