 | NLogTraceListenerIsThreadSafe Property |
Gets a value indicating whether the trace listener is thread safe.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic override bool IsThreadSafe { get; }
Public Overrides ReadOnly Property IsThreadSafe As Boolean
Get
Property Value
Type:
BooleanReturn Value
Type:
Booleantrue if the trace listener is thread safe; otherwise, false. The default is false.
See Also