1.

How Will You Set The Threshold To Debug Mode Using Log4j.properties?

Answer»

FOLLOWING CODE SETS the THRESHOLD to debug mode −

# Set the threshold to debug mode
log4j.appender.FILE.Threshold=debug

Following code sets the threshold to debug mode −

# Set the threshold to debug mode
log4j.appender.FILE.Threshold=debug



Discussion

No Comment Found