class Smartdict::Core::Logger
Public Class Methods
root_logger()
click to toggle source
# File lib/smartdict/core/logger.rb, line 2 def self.root_logger @logger ||= self.new(Smartdict.log_path) end
# File lib/smartdict/core/logger.rb, line 2 def self.root_logger @logger ||= self.new(Smartdict.log_path) end