instance method log

Ruby on Rails edge

Since edge Private — implementation detail, not part of the public API

Signature

log(type, message, &block)

No documentation comment.

Parameters

type req
message req
block block
Source
# File actioncable/lib/action_cable/server/tagged_logger_proxy.rb, line 41
        def log(type, message, &block) # :doc:
          tag(@logger) { @logger.send type, message, &block }
        end

Defined in actioncable/lib/action_cable/server/tagged_logger_proxy.rb line 41 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionCable::Server::TaggedLoggerProxy

Type at least 2 characters to search.

Use the arrow keys to navigate results, Enter to open one, Escape to close.

Keyboard shortcuts

/
Focus search
⌘K / Ctrl-K
Command palette
?
This help
Esc
Close