Class: Logsly::Outputs::Null
- Inherits:
-
Object
- Object
- Logsly::Outputs::Null
- Defined in:
- lib/logsly/outputs.rb
Overview
NULL
Instance Method Summary collapse
Instance Method Details
#data(*args) ⇒ Object
12 |
# File 'lib/logsly/outputs.rb', line 12 def data(*args); nil; end |
#to_appender(data) ⇒ Object
14 |
# File 'lib/logsly/outputs.rb', line 14 def to_appender(data); nil; end |
#to_layout(data) ⇒ Object
13 |
# File 'lib/logsly/outputs.rb', line 13 def to_layout(data); nil; end |