Repository URL to install this package:
module Lograge module Formatters class Cee def call(data) "@cee: #{JSON.dump(data)}" end end end end