Package org.apache.avalon.logging.logkit.factory.syslog

The syslog package contains a plugin syslog log target factory.

See:
          Description

Class Summary
SyslogTarget  
SyslogTargetFactory SyslogTargetFactory This factory creates LogTargets with a wrapped SyslogTarget around it: <target id="syslog" artifact="avalon-logging/avalon-logkit-syslog#1.0-SNAPSHOT"> <address hostname="hostname" port="514" facility="USER"/> <format type="extended"> %7.7{priority} %23.23{time:yyyy-MM-dd HH:mm:ss:SSS} [%25.25{category}] : %{message}\n%{throwable} </format> </syslog> This factory creates a SyslogTarget object which will sends syslog style messages to the specified address.
 

Package org.apache.avalon.logging.logkit.factory.syslog Description

The syslog package contains a plugin syslog log target factory.



Copyright © The Apache Software Foundation. All Rights Reserved.