Enum LogLevel
Defines the level of logging you want to use.
Assembly: Alachisoft.NCache.Client.dll
Syntax
public enum LogLevel
Fields
| Name | Description |
|---|---|
| Debug | This log option prints detailed information about any operations in cache. |
| Error | This log flag gives the cause of errors that are raised during operation execution. |
| Info | Info level describes some useful information about any operation performed on cache. |