Posted By:
Rami_Abramson
Posted On:
Sunday, January 12, 2003 11:18 PM
Hello,
Have defined a logger with a console-appender and a file-appender.
When a line like the following is logged,
logger.debug( "this is a
newline test");
in the console the printout gets the new line, in the file it doesn't:
Console:
this is a
newline test
File:
this is a newline test
Why is that?
thank you,
Rami A.