 | LibraryUsedLogTypes 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)
Syntaxpublic static LogTypes UsedLogTypes { get; }
Public Shared ReadOnly Property UsedLogTypes As LogTypes
Get
public:
static property LogTypes UsedLogTypes {
LogTypes get ();
}
static member UsedLogTypes : LogTypes with get
Property Value
Type:
LogTypes
See Also