Class: Rack::TrafficLogger::Formatter
- Inherits:
-
Object
- Object
- Rack::TrafficLogger::Formatter
- Defined in:
- lib/rack/traffic_logger/formatter.rb,
lib/rack/traffic_logger/formatter/json.rb,
lib/rack/traffic_logger/formatter/stream.rb
Defined Under Namespace
Instance Method Summary collapse
Instance Method Details
#format(hash) ⇒ Object
8 9 10 |
# File 'lib/rack/traffic_logger/formatter.rb', line 8 def format(hash) raise NotImplementedError end |