 | 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)
Syntaxpublic static void Initialize(
LogTypes usedLogTypes
)
Public Shared Sub Initialize (
usedLogTypes As LogTypes
)
public:
static void Initialize(
LogTypes usedLogTypes
)
static member Initialize :
usedLogTypes : LogTypes -> unit
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