Describes values you can use to control the types of events that are logged by Sybase Control Center.
| OFF | Nothing is logged. This is the highest level. | 
| FATAL | Logs only very severe error events that lead the server to abort. This is the highest level at which events are logged. | 
| ERROR | Logs error events that might allow the server to continue running. | 
| WARN | Logs potentially harmful situations. WARN is the default logging level during normal operation (that is, after system initialization). | 
| INFO | Logs informational messages that track the progress of the server in a coarse-grained fashion. INFO is the default logging level during the system initialization process. | 
| DEBUG | Logs a larger set of events that provides a finer-grained picture of how the server is operating. This level is recommended for troubleshooting. | 
| ALL | Logs all loggable events. This is the lowest level. |