class method self.logger

Ruby on Rails 8.1.4

Since v8.0.5.1

Available in: v8.0.5.1 v8.1.4 edge

Signature

self.logger(*args, **kwargs)

Returns an ActiveSupport::Logger that has already been wrapped with tagged logging concern.

Parameters

args rest
kwargs keyrest
Source
# File activesupport/lib/active_support/tagged_logging.rb, line 117
    def self.logger(*args, **kwargs)
      new ActiveSupport::Logger.new(*args, **kwargs)
    end

Defined in activesupport/lib/active_support/tagged_logging.rb line 117 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveSupport::TaggedLogging

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