class Logger
Ruby on Rails 6.0.6
Since v2.2.3Sets 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)
Private methods
(5)
Implementation detail — not part of the public API.
- # call_app
- # compute_tags
- # finish
- # logger
- # started_request_message
Methods (inherited)
From ActiveSupport::LogSubscriber (6)
- # finish
- # logger
- # start
- self. flush_all!
- self. log_subscribers
- self. logger