That much was clear.

The question is how do you set up log4j?

If you use the PatternLayout, just omit \n or the %n conversion specifier in the conversion pattern.

At 14:02 26.12.2002 +0200, you wrote:
I mean how do I get
"Have a wonderful day.Have a wonderful day."

not by doing
logger.error( "Have a wonderful day.Have a wonderful day.");

but by using 2  separate function calls. such as
logger.error( "Have a wonderful day.");
logger.error( "Have a wonderful day.");


        Have a wonderful day,

        Rami A.
--
Ceki



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

Reply via email to