NET Logging Library
PopMethod Method (ILog)



KellermanSoftware.NetLoggingLibrary Namespace > ILog Interface : PopMethod Method
Log a message by popping a method name from the stack
Syntax
Function PopMethod( _
   ByVal className As String, _
   ByVal methodName As String _
) As LogResponse
Dim instance As ILog
Dim className As String
Dim methodName As String
Dim value As LogResponse
 
value = instance.PopMethod(className, methodName)
LogResponse PopMethod( 
   string className,
   string methodName
)
LogResponse^ PopMethod( 
   String^ className,
   String^ methodName
) 

Parameters

className
methodName
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