class Fluent::UnixOutput
obsolete
def configure(conf)
def configure(conf) super end
def connect
def connect UNIXSocket.new(@path) end
def initialize
def initialize super $log.warn "'unix' output is obsoleted and will be removed." end
obsolete
def configure(conf) super end
def connect UNIXSocket.new(@path) end
def initialize super $log.warn "'unix' output is obsoleted and will be removed." end