Value passed in the pattern tag keys Logback

0

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
    
asked by anonymous 02.10.2018 / 23:08

0 answers