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.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntax
[ObsoleteAttribute("Instead use InternalLogger.LogWriter. Marked obsolete with NLog v5.3")]
public static bool LogToTrace { get; set; }

Property Value

Type: Boolean
See Also