Click or drag to resize
LogLevel Enumeration
Loglevel flags that determines what the client will try to log by calling OnLogText

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
public enum LogLevel
Members
  Member nameValueDescription
Debug0 debug, will cause very heavy logging. Should only be used when debugging
Info1 Informational.
Warn2 Warning
Error3 Error
See Also