Click or drag to resize
LogLevel Enumeration
Logging levels.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
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