Click or drag to resize
LibraryParametersUsedLogTypes Property
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.

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public LogTypes UsedLogTypes { get; set; }

Property Value

Type: LogTypes
See Also