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.

artifact:avalon-logging/avalon-logkit-datagram#1.0-SNAPSHOT

socket

A socket log target.

artifact:avalon-logging/avalon-logkit-socket#1.0-SNAPSHOT

syslog

A syslog log target.

artifact:avalon-logging/avalon-logkit-syslog#1.0-SNAPSHOT

smtp

An SMTP log target.

artifact:avalon-logging/avalon-logkit-smtp#1.0-SNAPSHOT