Re: multiple log4j statements on the same console line

2003-12-15 Thread Sathish Babu K R
hi james u add %n at end of log4j.appender.A1.layout.ConversionPattern=%-5p %37c %3x - %m sathish --- James Radvan [EMAIL PROTECTED] wrote: Hi, I'm having trouble with log4j 1.2.8 with a ConsoleAppender. I'm getting all my sequential log4j outputs to the same line of the console, rather

Re: multiple log4j statements on the same console line

2003-12-14 Thread Sathish Babu K R
hi james how do u get action class and path printed with Debug statements..tell me that... for ur sugg,better change the conversion pattern.. regards sathish --- James Radvan [EMAIL PROTECTED] wrote: Hi, I'm having trouble with log4j 1.2.8 with a ConsoleAppender. I'm getting all my

RE: multiple log4j statements on the same console line

2003-12-11 Thread Adrian Janssen
add a %n to your pattern. From javadocs: Outputs the platform dependent line separator character or characters. This conversion character offers practically the same performance as using non-portable line separator strings such as \n, or \r\n. Thus, it is the preferred way of specifying a line