NET Logging Library
PushMethod Method (ILog)



KellermanSoftware.NetLoggingLibrary Namespace > ILog Interface : PushMethod Method
Log a message by pushing a method name on a stack
Syntax
Function PushMethod( _
   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.PushMethod(className, methodName)
LogResponse PushMethod( 
   string className,
   string methodName
)
LogResponse^ PushMethod( 
   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