Module: Logging
- Included in:
- Adapter, Converter, DAO, RandomAdapter, RandomConverter, TwitterAdapter, TwitterConverter, USMF, WebSocketClient, WebSocketServer
- Defined in:
- lib/logging.rb
Overview
Loads the config file, the logger and the KermitPFC masterclass
Defined Under Namespace
Classes: Settings
Constant Summary collapse
- KermitPFC =
its neccessary to build the gem and make it run
::KermitPFC
Class Method Summary collapse
-
.logger ⇒ Logger
solve the problem with path controversia in the log file.
Instance Method Summary collapse
-
#logger ⇒ Logger
offers the logger to the app.
Class Method Details
.logger ⇒ Logger
solve the problem with path controversia in the log file
23 24 25 |
# File 'lib/logging.rb', line 23 def self.logger @logger ||= Logger.new('log.txt','monthly') end |