java.util.logging.Logger seems to implement "syslog-like" logging, where I want the logs to actually use local syslog logging services (so administrators have a easier life, they don’t need to do additional rotation logging, etc. .).
Anyone have any recommendations? I saw that log4j ( http://logging.apache.org/log4j/1.2 ) claimed that they have syslog support, but the API it provides is no different from syslog (8).
Thanks in advance,
source
share