 | LogEventInfoUserStackFrame Property |
Gets the stack frame of the method that did the logging.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic StackFrame UserStackFrame { get; }
Public ReadOnly Property UserStackFrame As StackFrame
Get
Property Value
Type:
StackFrame
See Also