org.apache.log.output
public class DatagramOutputTarget extends DatagramOutputTarget
Deprecated: Use org.apache.log.output.net.DatagramOutputTarget instead
A datagram output target. Useful for writing using custom protocols or writing to syslog daemons.Constructor Summary | |
---|---|
DatagramOutputTarget(InetAddress address, int port, Formatter formatter)
Create a output target with end point specified by address and port.
| |
DatagramOutputTarget(InetAddress address, int port)
Create a output target with end point specified by address and port.
|
Parameters: address the address endpoint port the address port
Throws: IOException if an error occurs
Parameters: address the address endpoint port the address port
Throws: IOException if an error occurs