Logging levels.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.7.0.1
Syntax
| C# |
|---|
public enum LogLevel |
| Visual Basic (Declaration) |
|---|
Public Enumeration LogLevel |
| Visual C++ |
|---|
public enum class LogLevel |
Members
| Member name | Description | |
|---|---|---|
| Finest |
For very detailed tracing information.
| |
| Finer |
For moderately detailed tracing information.
| |
| Fine |
For tracing information.
| |
| Config |
For Static configuration messages.
| |
| Info |
For informational purpose.
| |
| Warning |
Indicates potential problem.
| |
| Error |
Indicates serious failure.
| |
| All |
All the log messages.
| |
| Debug |
For highly detailed tracing information.
| |
| Default |
The default logging level.
| |
| Null |
No log.
|
See Also
GemStone.GemFire.Cache Namespace