Class: Logged::Formatter::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/logged/formatter/base.rb

Overview

Definiation of a logged formatter

Direct Known Subclasses

JSON, KeyValue, Logstash, Raw, SingleKey

Instance Method Summary collapse

Instance Method Details

#call(_data) ⇒ Object



5
# File 'lib/logged/formatter/base.rb', line 5

def call(_data); end