Click or drag to resize

AspNetBufferingTargetWrapperWriteAsyncThreadSafe Method

Overload List
  NameDescription
Protected methodWriteAsyncThreadSafe(AsyncLogEventInfo)
Adds the specified log event to the buffer.
(Overrides TargetWriteAsyncThreadSafe(AsyncLogEventInfo).)
Protected methodWriteAsyncThreadSafe(IListAsyncLogEventInfo)
Writes an array of logging events 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.
(Inherited from Target.)
Top
See Also