18 September 2011

Java logging toolkit levels mapping

A comparison of the logging levels (or methods) in different logging toolkits. I omitted the ALL and NONE levels.

java.util logging log4j/slf4j
FINEST TRACE
FINE DEBUG
INFO INFO
WARNING WARN
SEVERE ERROR

No comments:

Post a Comment