Ozeki VoIP SDK Class library
DefaultFileLogger Constructor (path, append)
NamespacesOzeki.Common.LoggerDefaultFileLoggerDefaultFileLogger(String, Boolean)
Creates a new instance of the DefaultFileLogger class.
Declaration Syntax
C#Visual BasicVisual C++
public DefaultFileLogger(
	string path,
	bool append
)
Public Sub New ( 
	path As String,
	append As Boolean
)
public:
DefaultFileLogger(
	String^ path, 
	bool append
)
Parameters
path (String)
The path of the text file.
append (Boolean)
If set to false, a new file will be created each time.

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