Click or drag to resize
LogLevel Enumeration

Note: This API is now obsolete.

Logging levels.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public enum LogLevel
Members
  Member nameValueDescription
Null0 No log.
Error1 Indicates serious failure.
Warning2 Indicates potential problem.
Info3 For informational purpose.
Default4 The default logging level.
Config5 For Static configuration messages.
Fine6 For tracing information.
Finer7 For moderately detailed tracing information.
Finest8 For very detailed tracing information.
Debug9 For highly detailed tracing information.
All10 All the log messages.
See Also