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 \n 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.
 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to