Method: ActionCable::Connection::TaggedLoggerProxy#initialize

Defined in:
lib/action_cable/connection/tagged_logger_proxy.rb

#initialize(logger, tags:) ⇒ TaggedLoggerProxy

Returns a new instance of TaggedLoggerProxy.



16
17
18
19
# File 'lib/action_cable/connection/tagged_logger_proxy.rb', line 16

def initialize(logger, tags:)
  @logger = logger
  @tags = tags.flatten
end