class Ey::Logger::HumanFormatter

Public Instance Methods

call(tag, data) click to toggle source
# File lib/ey/logger/human_formatter.rb, line 5
def call(tag, data)
  prefixed_tag = tag_for(tag)

  {tag: prefixed_tag}.merge(data).ai
end