class Ougai::Formatters::Base
def _call(severity, time, progname, data)
def _call(severity, time, progname, data) raise NotImplementedError, "_call must be implemented" end
def _call(severity, time, progname, data) raise NotImplementedError, "_call must be implemented" end