Hi.

Is it possible to completely remove the Java package name of a logged class using PatternLayout? Meaning, instead of something like

13:09:30 [main] DEBUG c.q.logback.demo.ContextListener - Classload hashcode is 13995234

I would simply like to see

13:09:30 [main] DEBUG ContextListener - Classload hashcode is 13995234

Regards,
Silvano