# File lib/fluent/plugin/out_stream.rb, line 88definitializesuper$log.warn"'tcp' output is obsoleted and will be removed. Use 'forward' instead."$log.warn"see 'forward' section in http://docs.fluentd.org/ for the high-availability configuration."end
Public Instance Methods
configure(conf)click to toggle source
# File lib/fluent/plugin/out_stream.rb, line 97defconfigure(conf)
superend
connect()click to toggle source
# File lib/fluent/plugin/out_stream.rb, line 101defconnectTCPSocket.new(@host, @port)
end