Prev Next

Java / log4j

Why should we prefer log4j framework while Java provides logging API?

Log4j has following advantages over standard logging API:

  • robust logging.
  • log4j has more features available than standard logging API.
  • configuring and using log4j is easier.
  • log4j also has a much more robust log formatting.
  • more handlers are available for log4j.

More Related questions...

Show more question and Answers...


Comments & Discussions