Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
LogCategory Options
Namespace:
SharedCache.WinServiceCommonAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
[SerializableAttribute] [FlagsAttribute] public enum LogCategory |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ <FlagsAttribute> _ Public Enumeration LogCategory |
| Visual C++ |
|---|
[SerializableAttribute] [FlagsAttribute] public enum class LogCategory |
Members
| Member name | Description | |
|---|---|---|
| General |
General information
| |
| ServiceStart |
information upon WinService start
| |
| ServiceStop |
information upon WinService stops
| |
| ServiceRestart |
information upon WinService restarts
| |
| ServiceInfo |
information around the winservice
| |
| ServiceCleanUpStart |
cleanup after service started
| |
| ServiceCleanUpStop |
cleanup after service stopped
| |
| Cache_Add |
adding action information
| |
| Cache_Remove |
removing action information
| |
| Cache_Get |
retrivel action information
| |
| Cache_Stat |
statistical action information
| |
| Cache_Result |
after retrival action information
|
Remarks
[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.Enums.LogCategory"]