class Logsly::Outputs::Null

NULL

Public Instance Methods

data(*args) click to toggle source
# File lib/logsly/outputs.rb, line 12
def data(*args);       nil; end
to_appender(data) click to toggle source
# File lib/logsly/outputs.rb, line 14
def to_appender(data); nil; end
to_layout(data) click to toggle source
# File lib/logsly/outputs.rb, line 13
def to_layout(data);   nil; end