DebugSystemTarget Class |
Namespace: NLog.Targets
The DebugSystemTarget type exposes the following members.
| Name | Description | |
|---|---|---|
| DebugSystemTarget |
Initializes a new instance of the DebugSystemTarget class.
| |
| DebugSystemTarget(String) |
Initializes a new instance of the DebugSystemTarget class.
|
| Name | Description | |
|---|---|---|
| Footer |
Gets or sets the footer.
(Inherited from TargetWithLayoutHeaderAndFooter.) | |
| Header |
Gets or sets the header.
(Inherited from TargetWithLayoutHeaderAndFooter.) | |
| Layout |
Gets or sets the layout used to format log messages.
(Inherited from TargetWithLayoutHeaderAndFooter.) | |
| Name |
Gets or sets the name of the target.
(Inherited from Target.) |
| Name | Description | |
|---|---|---|
| Dispose |
Closes the target.
(Inherited from Target.) | |
| Flush |
Flush any pending log messages (in case of asynchronous targets).
(Inherited from Target.) | |
| PrecalculateVolatileLayouts |
Calls the Precalculate(LogEventInfo) on each volatile layout
used by this target.
This method won't prerender if all layouts in this target are thread-agnostic.
(Inherited from Target.) | |
| ToString | Returns a string that represents the current object. (Inherited from Target.) | |
| WriteAsyncLogEvent |
Writes the log to the target.
(Inherited from Target.) | |
| WriteAsyncLogEvents(AsyncLogEventInfo) |
Writes the array of log events.
(Inherited from Target.) | |
| WriteAsyncLogEvents(IListAsyncLogEventInfo) |
Writes the array of log events.
(Inherited from Target.) |