Click or drag to resize

LogLevel Enumeration

The LogLevel enumeration contains the costants describing the importance levels of logged messages.

Namespace:  Sfs2X.Logging
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public enum LogLevel
Members
  Member nameValueDescription
DEBUG100 A DEBUG message is a fine-grained information on the client activity.
INFO200 An INFO message contains informations on the standard client activities.
WARN300 A WARN message is a warning caused by an unexpected behavior of the client.
ERROR400 An ERROR message contains informations on a problem that occurred during the client activities.
See Also