 | LoggingConfigurationExceptionLoggingOldStyle Property |
Note: This API is now obsolete.
Use the old exception log handling of NLog 3.0?
Namespace: NLog.ConfigAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntax[ObsoleteAttribute("This option will be removed in NLog 5")]
public bool ExceptionLoggingOldStyle { get; set; }
<ObsoleteAttribute("This option will be removed in NLog 5")>
Public Property ExceptionLoggingOldStyle As Boolean
Get
Set
Property Value
Type:
Boolean
See Also