log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
## see PatternLayout
## %d{ISO8601} = -MM-dd HH:mm:ss,SSS
## %d{ABSOLUTE} = HH:mm:ss,SSS
## %-5p = level, left aligned, minimum 5 characters
## %c{1} = last part of the name of the logger
## %m = message
## %n = newline (platform dep
How can i simply log the date and the time in each line?
I found several examples around, but none of them works
Regards
--
View this message in context:
http://www.nabble.com/Log4j-Date-time-logging-tp19048064p19048064.html
Sent from the Tomcat - User mailing list archive at Nabble.com