how to log date and time in java?
hi all,
I am new to java. I would like to put some logger in my application. but I dont know the easiest way to do that?
Can you please tell me in brief?
hi all,
I am new to java. I would like to put some logger in my application. but I dont know the easiest way to do that?
Can you please tell me in brief?
You might also want to consider Log4j:
http://logging.apache.org/log4j/docs/index.html
Although I don't know which package is easier.