LimitingTargetWrapper Properties |
The LimitingTargetWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
| Interval |
Gets or sets the interval in which messages will be written up to the MessageLimit number of messages.
| |
| 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.) | |
| MessageLimit |
Gets or sets the maximum allowed number of messages written per Interval.
| |
| MessagesWrittenCount |
Gets the number of AsyncLogEventInfo written in the current Interval.
| |
| Name |
Gets or sets the name of the target.
(Inherited from Target.) | |
| SyncRoot |
Gets the object which can be used to synchronize asynchronous operations that must rely on the .
(Inherited from Target.) | |
| WrappedTarget |
Gets or sets the target that is wrapped by this target.
(Inherited from WrapperTargetBase.) |