Click or drag to resize
LoggerAttach Method (ILogger, LogConfig)
Provides the possibility of multitarget logging (into file, database etc.)

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static void Attach(
	ILogger logger,
	LogConfig config
)

Parameters

logger
Type: Ozeki.CommonILogger
The logger
config
Type: Ozeki.CommonLogConfig
The logger configuration which contains the desired log levels
See Also