Click or drag to resize

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; }

Property Value

Type: Boolean
See Also