Ozeki VoIP SDK Class library
EnterMethod Method (className, methodName)
NamespacesOzeki.Common.LoggerLoggerEnterMethod(String, String)
Debug level logging, needs to present at the beginning of a method
Declaration Syntax
C#Visual BasicVisual C++
public static void EnterMethod(
	string className,
	string methodName
)
Public Shared Sub EnterMethod ( 
	className As String,
	methodName As String
)
public:
static void EnterMethod(
	String^ className, 
	String^ methodName
)
Parameters
className (String)
The name of the class
methodName (String)
The name of the method

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.3.502