[This is preliminary documentation and is subject to change.]

Gets the stack frame of the method that did the logging.

Namespace:  NLog
Assembly:  NLog (in NLog.dll) Version: 2.0.0.0

Syntax

C#
public StackFrame UserStackFrame { get; }
Visual Basic (Declaration)
Public ReadOnly Property UserStackFrame As StackFrame
Visual C++
public:
property StackFrame^ UserStackFrame {
	StackFrame^ get ();
}

See Also