The standard Apache logj4 log levels plus a custom level for
SUCCESS
. For the full list of these log levels and suggested
usage, check the below Details.
Details
List of supported log levels:
OFF
No events will be loggedFATAL
Severe error that will prevent the application from continuingERROR
An error in the application, possibly recoverableWARN
An event that might possible lead to an errorSUCCESS
An explicit success event above the INFO level that you want to logINFO
An event for informational purposesDEBUG
A general debugging eventTRACE
A fine-grained debug message, typically capturing the flow through the application.