Click or drag to resize
LibraryInitialize Method (LogTypes)
Initializes the TeamSpeak clientlib

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public static void Initialize(
	LogTypes usedLogTypes
)

Parameters

usedLogTypes
Type: TeamSpeak.SdkLogTypes
The library can output log messages (called by Log(LogLevel, String, Connection, String)) to a file (located in the logs directory relative to the client executable), to stdout or to user defined callbacks.
See Also