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:
OFFNo events will be loggedFATALSevere error that will prevent the application from continuingERRORAn error in the application, possibly recoverableWARNAn event that might possible lead to an errorSUCCESSAn explicit success event above the INFO level that you want to logINFOAn event for informational purposesDEBUGA general debugging eventTRACEA fine-grained debug message, typically capturing the flow through the application.