thank you but,
 it doesn't work because it truncates the beginning. For example, 'debug'
and 'info' lines would look like this:
BUG This is a test of DEBUG...
NFO This is a test of INFO...

How is it possible to do it?

        thank you,

        Rami


-----Original Message-----
From: Ebersole, Steven [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 03, 2003 6:36 PM
To: 'Log4J Users List'
Subject: RE: How to truncate characters in the layout of priority


The syntax you want is:   %3.3p

    |-----Original Message-----
    |From: Daniel Serodio [mailto:[EMAIL PROTECTED]]
    |Sent: Monday, February 03, 2003 10:17 AM
    |To: Log4J Users List
    |Subject: RE: How to truncate characters in the layout of priority
    |
    |
    |Actually, no. I always use %5p.
    |
    |[]'s
    |Daniel Serodio
    |
    |On Mon, 2003-02-03 at 13:17, Abramson, Rami wrote:
    |> Have tried it and it does not work.
    |> Have you tried it?
    |> 
    |>  thank you,
    |> 
    |>  Rami
    |> 
    |> -----Original Message-----
    |> From: Daniel Serodio [mailto:[EMAIL PROTECTED]]
    |> Sent: Monday, February 03, 2003 3:47 PM
    |> To: Log4J Users List
    |> Subject: Re: How to truncate characters in the layout of priority
    |> 
    |> 
    |> Use %3p for the first 3 characters of the priority.
    |> 
    |> []'s
    |> Daniel Serodio
    |> 
    |> On Mon, 2003-02-03 at 11:43, Abramson, Rami wrote:
    |> > Hello,
    |> > 
    |> > How is it possible in the property file to define a 
    |layout that outputs
    |> only
    |> > the first 3 characters of the priority?
    |> > 
    |> > Output lines for example,
    |> > 
    |> > DEB This is a test of DEBUG...
    |> > FAT  This is a test of FATAL...
    |> > 
    |> > Instead of receiving,
    |> > DEBUG This is a test of DEBUG...
    |> > FATAL  This is a test of FATAL...
    |> > 
    |> > if we use:
    |> > log4j.appender.dest1.layout.ConversionPattern=%-5p %m%n
    |> > 
    |> >        thank you,
    |> > 
    |> >               Rami A.
    |> >  
    |> > 
    |> > 
    |-----------------------------------------------------------
    |----------
    |> > To unsubscribe, e-mail: 
    |[EMAIL PROTECTED]
    |> > For additional commands, e-mail: 
    |[EMAIL PROTECTED]
    |-- 
    |Daniel Serodio <[EMAIL PROTECTED]>
    |CheckForte
    |
    |
    |-----------------------------------------------------------
    |----------
    |To unsubscribe, e-mail: [EMAIL PROTECTED]
    |For additional commands, e-mail: [EMAIL PROTECTED]
    |

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

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

Reply via email to