Click or drag to resize

AsyncTargetWrapperWrite Method

Overload List
  NameDescription
Protected methodWrite(AsyncLogEventInfo)
Adds the log event to asynchronous queue to be processed by the lazy writer thread.
(Overrides TargetWrite(AsyncLogEventInfo).)
Protected methodWrite(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.)
Protected methodWrite(LogEventInfo)
Writes logging event to the log target. Must be overridden in inheriting classes.
(Inherited from WrapperTargetBase.)
Top
See Also