I am studying about Logback
to implement in my company system, and in tag
pattern
I have the following:
[%d{yyyy-MM-dd HH:mm:ss.SSS}] %level [%thread] %class{0} %method %line - %message%n
I noticed that changing the value inside the keys of %classe
shows variations over the class. I would like to understand more about these variations, and if there is a table about it. I searched the Logback
documentation, but found nothing.
Can anyone help me?
Here are some sample outputs I noticed:
br.com.sosimple.App
App
b.c.s.App