Overview
Logging is the basis for managing any web application. It allows us to see what happened and when it happened. This chapter we will look at an open source Java framework for log records: Log4j from Jakarta Pro.
In this chapter we will overwrite the theme:
Log4J Basic Record to file (logging to file) Record to the system tool, such as Syslog and Winnt Event Logger records multiple targets from a single application