Click or drag to resize

AutoFlushTargetWrapper Properties

The AutoFlushTargetWrapper type exposes the following members.

Properties
  NameDescription
Public propertyAsyncFlush
Delay the flush until the LogEvent has been confirmed as written
Public propertyCondition
Gets or sets the condition expression. Log events who meet this condition will cause a flush on the wrapped target.
Public propertyFlushOnConditionOnly
Only flush when LogEvent matches condition. Ignore explicit-flush, config-reload-flush and shutdown-flush
Protected propertyIsInitialized
Gets a value indicating whether the target has been initialized.
(Inherited from Target.)
Protected propertyLoggingConfiguration
Gets the logging configuration this target is part of.
(Inherited from Target.)
Public propertyName
Gets or sets the name of the target.
(Inherited from Target.)
Protected propertySyncRoot
Gets the object which can be used to synchronize asynchronous operations that must rely on the .
(Inherited from Target.)
Public propertyWrappedTarget
Gets or sets the target that is wrapped by this target.
(Inherited from WrapperTargetBase.)
Top
See Also