Log4j Tutorial
While developing Java/J2EE applications, for debugging an application that is to know the status of a java application at its execution time, in general we use system.out.println statements in the application right… But we have some disadvantages while using SOPL (system.out.println) statements. Generally SOPL statements are printed on the console, so there are temporary messages … Read more