class Fluent::UnixOutput
obsolete
Public Class Methods
new()
click to toggle source
Calls superclass method
Fluent::Compat::BufferedOutput.new
# File lib/fluent/plugin/out_stream.rb, line 115 def initialize super $log.warn "'unix' output is obsoleted and will be removed." end
Public Instance Methods
configure(conf)
click to toggle source
Calls superclass method
Fluent::StreamOutput#configure
# File lib/fluent/plugin/out_stream.rb, line 122 def configure(conf) super end
connect()
click to toggle source
# File lib/fluent/plugin/out_stream.rb, line 126 def connect UNIXSocket.new(@path) end