I miss understood log4j. This paragraphg from the log4j website

"With log4j it is possible to enable logging at runtime without modifying the application binary. The log4j package is designed so that these statements can remain in shipped code without incurring a heavy performance cost. Logging behavior can be controlled by editing a configuration file, without touching the application binary."

for a moment I thought that I do not have to modify my code to start using log4j. In other words it just shows you what 's going on th ejvm step by step as the program excutes. This idea stuck there in my head and started looking every where for such an example with inserting logging statements or modifying my code. After reading and reading I figured out what it's. It's just a way to controll println statments from an external file. :) Well, this makes things easy and enables teh begginer to understand what they are up to.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to