 | LogEventInfoSetStackTrace Method |
Sets the stack trace for the event info.
Namespace:
NLog
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic void SetStackTrace(
StackTrace stackTrace
)
Public Sub SetStackTrace (
stackTrace As StackTrace
)
Dim instance As LogEventInfo
Dim stackTrace As StackTrace
instance.SetStackTrace(stackTrace)
member SetStackTrace :
stackTrace : StackTrace -> unit
Parameters
- stackTrace
- Type: System.DiagnosticsStackTrace
The stack trace.
See Also