class Logger
Extension to ActiveSupport::Logger for compatibility.
Definitions
def self.logger_outputs_to?(*)
Override to always return true for compatibility with Console logger.
Signature
-
returns
Boolean Always returns
true.
Implementation
def self.logger_outputs_to?(*)
true
end