Ozeki VoIP SDK Class library
Attach Method (logger, config)
NamespacesOzeki.Common.LoggerLoggerAttach(ILogger, LogConfig)
Provides the possibility of multitarget logging (into file, database etc.)
Declaration Syntax
C#Visual BasicVisual C++
public static void Attach(
	ILogger logger,
	LogConfig config
)
Public Shared Sub Attach ( 
	logger As ILogger,
	config As LogConfig
)
public:
static void Attach(
	ILogger^ logger, 
	LogConfig^ config
)
Parameters
logger (ILogger)
The logger
config (LogConfig)
The logger configuration which contains the desired log levels

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