Class: Logsly::Outputs::Null

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

Overview

NULL

Instance Method Summary collapse

Instance Method Details

#to_appender(*args) ⇒ Object



10
# File 'lib/logsly/outputs.rb', line 10

def to_appender(*args); nil; end

#to_layout(*args) ⇒ Object



11
# File 'lib/logsly/outputs.rb', line 11

def to_layout(*args);   nil; end