| tcp_appender {log4r} | R Documentation |
Append messages to arbitrary TCP destinations.
tcp_appender(host, port, layout = default_log_layout(),
timeout = getOption("timeout"))
host |
Hostname for the socket connection. |
port |
Port number for the socket connection. |
layout |
A layout function taking a |
timeout |
Timeout for the connection. |
appenders for more information on Appenders, and
socketConnection for the underlying connection object
used by tcp_appender.