Logging with Log4j in JAVA
Leave a reply
Why we use Log4j ? Log4j is used for logging. Logging is the process of writing log message in any file, db,console etc( any central place). If we use SOP (System.out.print() ) statement to print the log message then we can have some disadvantage : 1. We can print log message on console only. So Continue Reading »