leo.blog();

log4j

log4j is a logging framework for the Java programming language.

log4j log levels

LevelDescription
FATALPanics. Things to print when the program is crashing.
ERRORExceptions, assertions etc.
WARNWarnings, suspicious conditions etc.
INFO
DEBUG
TRACEVerbose logs.

Leave a Comment