# File lib/fluent/plugin/out_stream.rb, line 89definitializesuper$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 98defconfigure(conf)
superend
connect()click to toggle source
# File lib/fluent/plugin/out_stream.rb, line 102defconnectTCPSocket.new(@host, @port)
end