Class: Lograge::Formatters::Cee

Inherits:
Object
  • Object
show all
Defined in:
lib/lograge/formatters/cee.rb

Instance Method Summary collapse

Instance Method Details

#call(data) ⇒ Object



4
5
6
# File 'lib/lograge/formatters/cee.rb', line 4

def call(data)
  "@cee: #{JSON.dump(data)}"
end