class method
self.logger
Ruby on Rails 8.1.4
Since v8.0.5.1Signature
self.logger(*args, **kwargs)
Returns an ActiveSupport::Logger that has already been wrapped with tagged logging concern.
Parameters
-
argsrest -
kwargskeyrest
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