
| Log Level | Description |
| « DEBUG » |
Detailed information about the processing Used in development, testing or to find and resolve a particular problem in the processing. |
| « INFO » |
Synthetic information about the processing Informs that a particular step in the processing has been executed Used to have an overview of the processing |
| « WARN » |
A minor error has occured but the related process did finish correctly.
The message should be investigated to find the precise root cause. |
| « ERROR » | An error occurs. The related process didn’t finish proprely. |
| « FATAL » | Critical error message that normaly ends up in a shutdown of SOFiE. |