Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
Assembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
E22844-03
The logging level a message must meet or exceed in order to be
logged.
Namespace:
Tangosol.NetAssembly: Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)
Syntax
| C# |
|---|
public enum LogLevel |
Members
| Member name | Description | |
|---|---|---|
| Always |
It is expected that items with a log level of 0 will always
be logged.
| |
| Error |
Log level 1 indicates an error.
| |
| Warn |
Log level 2 indicates a warning.
| |
| Info |
Log level 3 indicates information that should likely be
logged.
| |
| Debug |
The default logging level is 5, so using the level of 5 will
show up in the logs by default as a debug message.
| |
| Quiet |
The default logging level is 5, so using a level higher than 5
will be "quiet" by default, meaning that it will not show up in
the logs unless the configured logging level is increased.
| |
| Max |
The maximum logging level indicator.
|