Method: HTTParty::Logger.formatters

Defined in:
lib/httparty/logger/logger.rb

.formattersObject



9
10
11
12
13
14
15
# File 'lib/httparty/logger/logger.rb', line 9

def self.formatters
  @formatters ||= {
    :curl => Logger::CurlFormatter,
    :apache => Logger::ApacheFormatter,
    :logstash => Logger::LogstashFormatter,
  }
end