Class: Rack::CommonLogger
- Inherits:
-
Object
- Object
- Rack::CommonLogger
- Defined in:
- lib/gin/core_ext/rack_commonlogger.rb
Instance Method Summary collapse
Instance Method Details
#log(env, *args) ⇒ Object
4 5 6 |
# File 'lib/gin/core_ext/rack_commonlogger.rb', line 4 def log env, *args log_without_check(env, *args) unless env[Gin::Constants::GIN_TIMESTAMP] end |
#log_without_check ⇒ Object
2 |
# File 'lib/gin/core_ext/rack_commonlogger.rb', line 2 alias log_without_check log |