FormattedTraceListenerBase.IsThreadSafe Property

Specifies whether this TraceListener is threadsafe

Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public override bool IsThreadSafe { get; }
'Declaration
Public Overrides ReadOnly Property IsThreadSafe As Boolean
    Get
public:
virtual property bool IsThreadSafe {
    bool get () override;
}

Property Value

Type: Boolean

See Also

FormattedTraceListenerBase Class

FormattedTraceListenerBase Members

Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners Namespace