LoggingPolicyEnum Enumeration |
Namespace: CMS.Core
public enum LoggingPolicyEnum
Member name | Value | Description | |
---|---|---|---|
Default | 0 | Logs all events without any limits. | |
OnlyOnce | 1 | Logs the event only once per application lifetime. | |
OncePerPeriod | 2 | Logs the event once per given period. |