Socket Log Target PluginDescriptionThis factory creates a SocketOutputTarget object which will use TCP/IP socket to communicate with the server. The name of the target is specified by the hostname attribute of the <address> element and the port by the port attribute. Example<target id="socket" artifact="avalon-logging/avalon-logkit-socket#1.0-SNAPSHOT"> <address hostname="localhost" port="514"/> </target> XML
|