Click or drag to resize

MethodCallTargetBaseWrite Method

Overload List
  NameDescription
Protected methodWrite(AsyncLogEventInfo)
Prepares an array of parameters to be passed based on the logging event and calls DoInvoke().
(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 target destination
(Inherited from Target.)
Top
See Also