Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Why we Use Log4j in Java Projects?

    • 0
    • 7
    • 1
    • 1
    • 0
    • 0
    • 0
    • 0
    • 271
    Comment on it

    Log4j in Java

    1. Log4j is a logging tool made only for Java
    2. Generally we Use System. Out console to print our Output, but they are all temporary messages and whenever new program run or when console is closed, our Output messages automatically removed from Console.
    3. It is impossible to Store messages of console in a permanent place. To resolve this problem Log4j was developed.
    4. With the help of Log4j one can store the Output in a file, database, remote server.
    5. Log4j is in the form of jar that can be downloaded from Apache Website (http://www.apache.org/dyn/closer.cgi/logging/log4j/1.2.17/log4j-1.2.17.zip)
    6. Log4j is an Open Source tool given by Apache, for only java projects.
    7. Important feature of log4j is that without doing any changes in Application Binary one can enable logs
    8. With the help Of Components in Log4j, one can Customize their output.
    9. Log4j is quite fast in logging and also flexible for using layouts in different ways.

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: