Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

1 Answer

up vote 10 down vote accepted

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

share|improve this answer
1  
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 Oct 7 '10 at 11:58

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.