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 Members
| Member name | Value | Description |
---|
| DEBUG | 100 |
A DEBUG message is a fine-grained information on the client activity.
|
| INFO | 200 |
An INFO message contains informations on the standard client activities.
|
| WARN | 300 |
A WARN message is a warning caused by an unexpected behavior of the client.
|
| ERROR | 400 |
An ERROR message contains informations on a problem that occurred during the client activities.
|
See Also