Module: Radiowaves::Logging

Included in:
Server, Transmitter
Defined in:
lib/radiowaves/logging.rb

Instance Method Summary collapse

Instance Method Details

#loggerObject



3
4
5
# File 'lib/radiowaves/logging.rb', line 3

def logger
  @logger ||= Logger.new("#{Rails.root}/log/radiowaves.log")
end