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?

[172 byte] By [Jigisha] at [2007-11-27 11:51:37]
# 1

http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/overview.html

~

yawmarka at 2007-7-29 18:39:18 > top of Java-index,Java Essentials,New To Java...
# 2

You might also want to consider Log4j:

http://logging.apache.org/log4j/docs/index.html

Although I don't know which package is easier.

hungyee98a at 2007-7-29 18:39:18 > top of Java-index,Java Essentials,New To Java...