Click or drag to resize

TargetWrite Method

Overload List
  NameDescription
Protected methodWrite(AsyncLogEventInfo)
Writes async log event to the log target.
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.
Protected methodWrite(LogEventInfo)
Writes logging event to the target destination
Top
See Also