Package | com.smartfoxserver.v2.logging |
Class | public class LogLevel |
Inheritance | LogLevel Object |
Constant | Defined By | ||
---|---|---|---|
DEBUG : int = 100 [static]
A DEBUG message is a fine-grained information on the client activity. | LogLevel | ||
ERROR : int = 400 [static]
An ERROR message contains informations on a problem that occurred during the client activities. | LogLevel | ||
INFO : int = 200 [static]
An INFO message contains informations on the standard client activities. | LogLevel | ||
WARN : int = 300 [static]
A WARN message is a warning caused by an unexpected behavior of the client. | LogLevel |
DEBUG | Constant |
public static const DEBUG:int = 100
A DEBUG message is a fine-grained information on the client activity.
ERROR | Constant |
public static const ERROR:int = 400
An ERROR message contains informations on a problem that occurred during the client activities. Client operations might be compromised when an error is raised.
INFO | Constant |
public static const INFO:int = 200
An INFO message contains informations on the standard client activities.
WARN | Constant |
public static const WARN:int = 300
A WARN message is a warning caused by an unexpected behavior of the client. Client operations are not compromised when a warning is raised.