Fluent::StreamOutput
obsolete
# File lib/fluent/plugin/out_stream.rb, line 115 def initialize super $log.warn "'unix' output is obsoleted and will be removed." end
# File lib/fluent/plugin/out_stream.rb, line 122 def configure(conf) super end
# File lib/fluent/plugin/out_stream.rb, line 126 def connect UNIXSocket.new(@path) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.