class method
self.new
Ruby on Rails 7.2.3
Since v5.2.8.1Signature
self.new(logger, tags:)
No documentation comment.
Parameters
-
loggerreq -
tagskeyreq
Source
# File actioncable/lib/action_cable/connection/tagged_logger_proxy.rb, line 16
def initialize(logger, tags:)
@logger = logger
@tags = tags.flatten
end
Defined in actioncable/lib/action_cable/connection/tagged_logger_proxy.rb line 16
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionCable::Connection::TaggedLoggerProxy