VerboseLevel Enumeration

General Verbose Levels exposed to the user for application logging.

Definition

Namespace: Gemstone.Diagnostics
Assembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.141 -- Release Build+feef1218a72ae5274f0e1c6b43fb1b901eedc726
public enum VerboseLevel

Members

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