Table of Contents

Enum LoggingPolicyEnum

Namespace
CMS.Core
Assembly
CMS.Core.dll

Logging policy types.

public enum LoggingPolicyEnum
Extension Methods

Fields

Default = 0

Logs all events without any limits.

OncePerPeriod = 2

Logs the event once per given period.

OnlyOnce = 1

Logs the event only once per application lifetime.