java - Where is logback encoder pattern documentation -


i've gone through documentation of logback , can't find anywhere documentation configure encoder's pattern when logging, such as:

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

i table (like 1 log4j has) explaining different options configure pattern.

where documentation of pattern? maybe defined in project?

probably should take @ chapter 6: layouts...


Comments

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -