Click or drag to resize

LogEventInfoSetStackTrace Method

Sets the stack trace for the event info.

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public void SetStackTrace(
	StackTrace stackTrace
)

Parameters

stackTrace
Type: System.DiagnosticsStackTrace
The stack trace.
See Also