Class SFS2X.LogLevel

The importance levels of logged messages.

Field Summary

Field Detail

<static> <constant> SFS2X.LogLevel.DEBUG
A DEBUG message is a fine-grained information on the client activity.
<static> <constant> SFS2X.LogLevel.ERROR
An ERROR message contains informations on a problem that occurred during the client activities. Client operations might be compromised when an error is raised.
<static> <constant> SFS2X.LogLevel.INFO
An INFO message contains informations on the standard client activities.
<static> <constant> SFS2X.LogLevel.WARN
A WARN message is a warning caused by an unexpected behavior of the client. Client operations are not compromised when a warning is raised.