Plugin Log Target

Description

The plugin target provides support for plugable log targets. A typical plugin log target is defined using <target> element.

Example

    <target id="datagram"
        artifact="avalon-logging/avalon-logkit-datagram#1.0-SNAPSHOT">
      <address hostname="localhost" port="0"/>
    </target>

XML

Attributes Description
id The log target identifier.
artifact An artifact specifier.

Nested element content is specific to the target factory established by the plugin.

Plugins

Plugin Description
datagram A datagram log target.
socket A socket log target.
syslog A syslog log target.