Click or drag to resize

BufferingTargetWrapper Properties

The BufferingTargetWrapper type exposes the following members.

Properties
  NameDescription
Public propertyBufferSize
Gets or sets the number of log events to be buffered.
Public propertyFlushTimeout
Gets or sets the timeout (in milliseconds) after which the contents of buffer will be flushed if there's no write in the specified period of time. Use -1 to disable timed flushes.
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.)
Public propertyOverflowAction
Gets or sets the action to take if the buffer overflows.
Public propertySlidingTimeout
Gets or sets a value indicating whether to use sliding timeout.
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