Note: This API is now obsolete.
Logging levels.
Namespace: GemStone.GemFire.CacheAssembly: 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
<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>
Public Enumeration LogLevel
[ObsoleteAttribute(L"Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public enum class LogLevel
[<ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")>]
type LogLevel
Members
| Member name | Value | Description |
---|
| Null | 0 |
No log.
|
| Error | 1 |
Indicates serious failure.
|
| Warning | 2 |
Indicates potential problem.
|
| Info | 3 |
For informational purpose.
|
| Default | 4 |
The default logging level.
|
| Config | 5 |
For Static configuration messages.
|
| Fine | 6 |
For tracing information.
|
| Finer | 7 |
For moderately detailed tracing information.
|
| Finest | 8 |
For very detailed tracing information.
|
| Debug | 9 |
For highly detailed tracing information.
|
| All | 10 |
All the log messages.
|
See Also