Logging levels.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
SyntaxPublic Enumeration LogLevel
public enum class 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