views:

16

answers:

1

I've gone through all the documention of logback and I can't find anywhere the documentation to configure the encoder's pattern when logging, such as:

<encoder>
  <pattern>%d{HH:mm:ss.SSS} %-4relative %-5level %logger{35} - %msg%n</pattern>
</encoder>

I would like a table (like the one that log4j has) explaining the different options to configure the pattern.

Where is the documentation of the pattern? Maybe they are defined in another project?

Thanks in advance.

+4  A: 

Probably you should take a look at Chapter 6...

anirvan
I'm stupid. Sometimes something is in front of your eyes and you simply can't see it. I've went 3 times to that chapter and I didn't see it. Thanks!.
pakore