class Logger
Ruby on Rails 8.0.4
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)
Private methods (5)
Show private methods Implementation detail — not part of the public API.
Methods (inherited)
From ActiveSupport::LogSubscriber
(8)
- # call
- # logger
- # publish_event
- # silenced?
- self. flush_all!
- self. log_subscribers
- self. logger
- self. new