Method: ActiveSupport::TaggedLogging.logger
- Defined in:
- activesupport/lib/active_support/tagged_logging.rb
.logger(*args, **kwargs) ⇒ Object
Returns an ‘ActiveSupport::Logger` that has already been wrapped with tagged logging concern.
117 118 119 |
# File 'activesupport/lib/active_support/tagged_logging.rb', line 117 def self.logger(*args, **kwargs) new ActiveSupport::Logger.new(*args, **kwargs) end |