A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://nlog-project.org/documentation/v4.7.0/html/M_NLog_Targets_Target_WriteAsyncThreadSafe_2.htm below:

TargetWriteAsyncThreadSafe Method (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.

Namespace:  NLog.Targets
Assembly:

NLog (in NLog.dll) Version: 4.7.0+4d138800820311d0b60b6437f1dd2ed1d571d47d

Syntax
protected virtual void WriteAsyncThreadSafe(
	IList<AsyncLogEventInfo> logEvents
)
Protected Overridable Sub WriteAsyncThreadSafe ( 
	logEvents As IList(Of AsyncLogEventInfo)
)

Dim logEvents As IList(Of AsyncLogEventInfo)

Me.WriteAsyncThreadSafe(logEvents)
abstract WriteAsyncThreadSafe : 
        logEvents : IList<AsyncLogEventInfo> -> unit 
override WriteAsyncThreadSafe : 
        logEvents : IList<AsyncLogEventInfo> -> unit 
Parameters
logEvents
Type: System.Collections.GenericIListAsyncLogEventInfo
Logging events to be written out.
See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4