1.

How Do Levels Works?

Answer»

A log REQUEST of level p in a logger with level q is enabled if p >= q. This rule is at the heart of log4j. It assumes that levels are ordered. For the STANDARD levels, we have ALL &LT; DEBUG < INFO < WARN < ERROR < FATAL < OFF.

A log request of level p in a logger with level q is enabled if p >= q. This rule is at the heart of log4j. It assumes that levels are ordered. For the standard levels, we have ALL < DEBUG < INFO < WARN < ERROR < FATAL < OFF.



Discussion

No Comment Found