Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: what is log and when we use log and why we use log?

  1. #1
    Junior Member
    Join Date
    Dec 2013
    Posts
    11
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default what is log and when we use log and why we use log?

    Hello every one

    I have some questions about log in java?

    what is log?
    when we use log?
    why we use log?

    Thank you in advance


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: what is log and when we use log and why we use log?

    Log, it's log, it's big, it's heavy, it's wood...

    A log is just a recording of what the program is doing. You can create a log by just printing to a file, or there are frameworks for more detailed logging. What has google told you?

    It's better than bad, it's good!
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. Log in using Apache HttpComponents
    By pedro.its in forum Java Networking
    Replies: 3
    Last Post: October 23rd, 2013, 09:10 AM
  2. Replies: 0
    Last Post: January 28th, 2013, 05:29 AM
  3. Log Out Problem
    By Rituparna in forum Java Servlet
    Replies: 4
    Last Post: March 15th, 2011, 08:32 AM
  4. [SOLVED] events log
    By nasi in forum Java Theory & Questions
    Replies: 1
    Last Post: May 17th, 2010, 05:21 AM
  5. Log Management
    By Sai in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 6th, 2010, 11:11 AM