class Logger
Ruby on Rails 5.0.7.2
Sets log tags, logs the request, calls the app, and flushes the logs.
Log tags (taggers) can be an Array containing: methods that the request object responds to, objects that respond to to_s or Proc objects that accept an instance of the request object.
Inherits from
Methods (defined here)
- # call
- # call_app
- # compute_tags
- # started_request_message
- self. new
Private methods (2)
Methods (inherited)
From ActiveSupport::LogSubscriber
(7)
- # color
- # finish
- # logger
- # start
- self. flush_all!
- self. log_subscribers
- self. logger