VerboseLevel Enumeration
General Verbose Levels exposed to the user for application logging.
Namespace: Gemstone.DiagnosticsAssembly: Gemstone.Diagnostics (in Gemstone.Diagnostics.dll) Version: 1.0.150 -- Release Build+2592e65d65fe0b04e044df0bc79f2e5da6464eee
Public Enumeration VerboseLevel
public enum class VerboseLevel
Gemstone.Diagnostics.VerboseLevel = function();
Gemstone.Diagnostics.VerboseLevel.createEnum('Gemstone.Diagnostics.VerboseLevel', false);
| None | 0 |
None
|
| Low | 1 |
Component=Error, Framework=Error, Application=Warning
|
| Medium | 2 |
Component=Warning, Framework=Warning, Application=Info
|
| High | 3 |
Component=Info, Framework=Info, Application=Debug
|
| Ultra | 4 |
Component=Debug, Framework=Debug, Application=Debug
|
| All | 5 |
Component=Debug, Framework=Debug, Application=Debug, Include Suppressed Logs.
|