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.

TRACE

DEBUG

INFO

SUCCESS

WARN

ERROR

FATAL

OFF

Format

An object of class loglevel (inherits from integer) of length 1.

Details

List of supported log levels:

  1. OFF No events will be logged

  2. FATAL Severe error that will prevent the application from continuing

  3. ERROR An error in the application, possibly recoverable

  4. WARN An event that might possible lead to an error

  5. SUCCESS An explicit success event above the INFO level that you want to log

  6. INFO An event for informational purposes

  7. DEBUG A general debugging event

  8. TRACE A fine-grained debug message, typically capturing the flow through the application.