NetworkTargetWrite Method |
Name | Description | |
---|---|---|
Write(AsyncLogEventInfo) |
Sends the
rendered logging event over the network optionally concatenating it with a newline character.
(Overrides TargetWrite(AsyncLogEventInfo).) | |
Write(IListAsyncLogEventInfo) |
Writes an array of logging events to the log target. By default it iterates on all
events and passes them to "Write" method. Inheriting classes can use this method to
optimize batch writes.
(Inherited from Target.) | |
Write(LogEventInfo) |
Writes logging event to the target destination
(Inherited from Target.) |