PDA

View Full Version : stdOut date issue


gaganjoshi007
20-04-2009, 21:20
hi,

I have multiple project on the tomcat server. I like to have stdout log issues with date time and project name.
can i force stdout file to log error datetime before logging error.

Thanks
Gagan

kjkoster
21-04-2009, 10:18
Dear Gagan,

Please consider using Log4J for all of your logging. You cannot have the normal standard out logging prepended with a timestamp.

Kees Jan