Class: Logsly::NullOutput

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/logsly/base_output.rb

Instance Method Summary collapse

Instance Method Details

#to_appender(*args) ⇒ Object



8
# File 'lib/logsly/base_output.rb', line 8

def to_appender(*args); nil; end

#to_layout(*args) ⇒ Object



9
# File 'lib/logsly/base_output.rb', line 9

def to_layout(*args);   nil; end