| InternalLoggerLogToTrace Property |
Note: This API is now obsolete.
Obsolete and replaced by
LogWriter with NLog v5.3.
Gets or sets a value indicating whether internal messages should be written to the
System.Diagnostics.Trace
Namespace:
NLog.Common
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax [ObsoleteAttribute("Instead use InternalLogger.LogWriter. Marked obsolete with NLog v5.3")]
public static bool LogToTrace { get; set; }
<ObsoleteAttribute("Instead use InternalLogger.LogWriter. Marked obsolete with NLog v5.3")>
Public Shared Property LogToTrace As Boolean
Get
Set
Dim value As Boolean
value = InternalLogger.LogToTrace
InternalLogger.LogToTrace = value
[<ObsoleteAttribute("Instead use InternalLogger.LogWriter. Marked obsolete with NLog v5.3")>]
static member LogToTrace : bool with get, set
Property Value
Type:
BooleanSee Also