Log

Dear All,How can i set log in my J2EE applicationThanks In advanceSanu
[98 byte] By [sanu@idspage.coma] at [2007-11-27 5:40:40]
# 1
use the Logging class http://java.sun.com/j2se/1.4.2/docs/guide/util/logging/overview.html#1.3
sridanua at 2007-7-12 15:17:18 > top of Java-index,Java Essentials,New To Java...
# 2
sanu,The standard logging framework has improved immensely in 1.6... or try log4j for full featured (read "now how the hell do I plug it in?") logging in earlier JDK'sKeith.
corlettka at 2007-7-12 15:17:18 > top of Java-index,Java Essentials,New To Java...