Click or drag to resize

LogLevel Enumeration

[This is preliminary documentation and is subject to change.]

Specifies the level of log messaging to output.

Namespace:  Umbrace.Unity.PurePool
Assembly:  Umbrace.Unity.PurePool (in Umbrace.Unity.PurePool.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public enum LogLevel
Members
  Member nameValueDescription
Off0 Logging is disabled.
Information1 Informational messages, warning messages and error messages are displayed.
Warning2 Warning messages and error messages are displayed.
Error3 Only error messages are displayed.
See Also