I have quite a big project which uses logback over slf4j. I have a task to add some new messages which have to log to syslog.
Take into acount that current log messages should not be affected.
I am a bit consfused about te best option how to achieve it. I see that there are syslog logback appender but looks like it will forward all messages but I need to add only couple of them.
Should I use syslog ppender for logback ? Or will it better to use some 3rd party library ?