Click or drag to resize
LoggingPolicyEnum Enumeration
Logging policy types.

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 13.0.131
Syntax
C#
public enum LoggingPolicyEnum
Members
  Member nameValueDescription
Default0 Logs all events without any limits.
OnlyOnce1 Logs the event only once per application lifetime.
OncePerPeriod2 Logs the event once per given period.
See Also