Click or drag to resize

FallbackGroupTargetWriteAsyncThreadSafe Method

Overload List
  NameDescription
Protected methodWriteAsyncThreadSafe(AsyncLogEventInfo)
Writes a log event to the log target, in a thread safe manner. Any override of this method has to provide their own synchronization mechanism. !WARNING! Custom targets should only override this method if able to provide their own synchronization mechanism. Layout-objects are not guaranteed to be thread-safe, so using them without a SyncRoot-object can be dangerous.
(Overrides TargetWriteAsyncThreadSafe(AsyncLogEventInfo).)
Protected methodWriteAsyncThreadSafe(IListAsyncLogEventInfo)
Forwards the log event to the sub-targets until one of them succeeds.
(Overrides TargetWriteAsyncThreadSafe(IListAsyncLogEventInfo).)
Top
See Also