class Ougai::Formatters::Readable

def initialize(opts = {})

def initialize(opts = {})
  super(opts[:app_name], opts[:hostname])
  @trace_indent = opts[:trace_indent] || 4
  @plain = opts[:plain] || false
  load_awesome_print
end