Click or drag to resize

VerboseLevel Enumeration

General Verbose Levels exposed to the user for application logging.

Namespace: GSF.Diagnostics
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax
public enum VerboseLevel
View Source
Members
Member nameValueDescription
None0 None
Low1 Component=Error, Framework=Error, Application=Warning
Medium2 Component=Warning, Framework=Warning, Application=Info
High3 Component=Info, Framework=Info, Application=Debug
Ultra4 Component=Debug, Framework=Debug, Application=Debug
All5 Component=Debug, Framework=Debug, Application=Debug, Include Suppressed Logs.
See Also