logback equivalent of %c{1} in log4j?

5 Jun
2008
5 Jun
'08
11:42 a.m.
Hi In my logs I would like to see only the name of the class issuing the log statement, without any package information. In log4j I use %c{1} for that. In logback I tried various patterns, such as %logger{30}, but the best I can get is the abbreviated package name in front of the class name, e.g., something like "c.v.t.s.session.SessionPlugin". Is there a pattern for getting only the class name without any package information ? Cheers, Silvano
6329
Age (days ago)
6329
Last active (days ago)
0 comments
1 participants
participants (1)
-
Silvano Maffeis