Namespace
Methods
- A
- L
- N
Included Modules
Class Public methods
logger_outputs_to?(logger, *sources)
Link
Returns true if the logger destination matches one of the sources
logger = Logger.new(STDOUT)
ActiveSupport::Logger.logger_outputs_to?(logger, STDOUT)
# => true
new(*args)
Link
Instance Public methods