AsyncTargetWrapper Properties |
The AsyncTargetWrapper type exposes the following members.
Name | Description | |
---|---|---|
BatchSize |
Gets or sets the number of log events that should be processed in a batch
by the lazy writer thread.
| |
ForceLockingQueue |
Gets or sets whether to use the locking queue, instead of a lock-free concurrent queue
| |
FullBatchSizeWriteLimit |
Gets or sets the number of batches of BatchSize to write before yielding into TimeToSleepBetweenBatches | |
IsInitialized |
Gets a value indicating whether the target has been initialized.
(Inherited from Target.) | |
LoggingConfiguration |
Gets the logging configuration this target is part of.
(Inherited from Target.) | |
Name |
Gets or sets the name of the target.
(Inherited from Target.) | |
OverflowAction |
Gets or sets the action to be taken when the lazy writer thread request queue count
exceeds the set limit.
| |
QueueLimit |
Gets or sets the limit on the number of requests in the lazy writer thread request queue.
| |
SyncRoot |
Gets the object which can be used to synchronize asynchronous operations that must rely on the .
(Inherited from Target.) | |
TimeToSleepBetweenBatches |
Gets or sets the time in milliseconds to sleep between batches. (1 or less means trigger on new activity)
| |
WrappedTarget |
Gets or sets the target that is wrapped by this target.
(Inherited from WrapperTargetBase.) |