Using Log4J (http://logging.apache.org/log4j/docs/), which is generally accepted as the benchmark for all Java applications. This provides the following logging levels. FATAL ERROR WARN INFO DEBUG TRACE – from 1.2.12, latest is 1.2.13 A description for what handling should occur per logging level. FATAL. As the name suggests, all processing should stop. Should logging include aContinue reading “Log4j levels”