NET Logging Library
LogStackTrace(Int32) Method



KellermanSoftware.NetLoggingLibrary Namespace > ILog Interface > LogStackTrace Method : LogStackTrace(Int32) Method
Log the current stack trace, skipping frames
Syntax
Overloads Function LogStackTrace( _
   ByVal skipFrame As Integer _
) As LogResponse
Dim instance As ILog
Dim skipFrame As Integer
Dim value As LogResponse
 
value = instance.LogStackTrace(skipFrame)
LogResponse LogStackTrace( 
   int skipFrame
)
LogResponse^ LogStackTrace( 
   int skipFrame
) 

Parameters

skipFrame
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ILog Interface
ILog Members
Overload List