I am specifically looking for the most up to date, modern SysLogHandler
for java.util.logging
.
I have found a few that date back to 2001 - 2003, mostly un-supported now.
I know that syslog
is a pretty static service, I am wondering before I write something myself, if there are any newer handler implementations that support the Java 1.5 and newer features.
I am not interested in any of the other logging frameworks or wrapper / proxy libraries.
I am not looking for SLF4J or any other alternative logging frameworks, as suggested in this question.