Enum LoggingPolicyEnum
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.