class Saoshyant::ExceptionLogger
Public Class Methods
log(msg)
click to toggle source
# File lib/exception_logger.rb, line 3 def self.log(msg) Logger.new("#{Rails.root}/log/saoshyant.log").debug msg end
# File lib/exception_logger.rb, line 3 def self.log(msg) Logger.new("#{Rails.root}/log/saoshyant.log").debug msg end