
28 Jul
2010
28 Jul
'10
4:40 p.m.
Hello Ceki, 2010/7/28 Ceki Gülcü <ceki@qos.ch>:
In logback the Level class is final and cannot be extended. However, you can use markers instead. Markers are part of the SLF4J API.
Yes, this is my problem ;)
What does your custom level do?
The custom levels separate different visibilities on top of the default levels (something like DebugCore, DebugUser) and are filtered with a LevelMatchFilter. But the markers are a better alternative than extending the original level. Thank you very much! Regards, Lars