Repository URL to install this package:
module Lograge module Formatters class Raw def call(data) data end end end end