You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by "Abramson, Rami" <ra...@terayon.com> on 2002/12/25 16:59:27 UTC

logging without a new-line

Hello,

By default logging with log4j adds a new-line as in
'System.out.println(String)'.
For example,

logger.error( "Have a wonderful day.");
logger.error( "Have a wonderful day.");

results in :
Have a wonderful day.
Have a wonderful day.


but how is it possible to log without the new-line as in
'System.out.print(String)'.
Meaning, that the result shell be:

Have a wonderful day.Have a wonderful day.



	thank you,

              Rami A.
 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>