As far as I found out all output initiated by an

log.info("....");

statement is written WITHOUT an EOL char.
Ok, I could manually always append an \n as in:

log.info("....\n");

But this is unconvenient. Is there a way to tell Log4j to ALWAYS AUTOMATICALLY 
append an EOL 
on each log output?

Ben






---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to