log4j is a logging framework for the Java programming language.

log4j log levels

Level Description
FATAL Panics. Things to print when the program is crashing.
ERROR Exceptions, assertions etc.
WARN Warnings, suspicious conditions etc.
INFO  
DEBUG  
TRACE Verbose logs.