Class: LoggerFactory
- Inherits:
-
Object
- Object
- LoggerFactory
- Defined in:
- lib/whos_using_what/logging/logger_factory.rb
Constant Summary collapse
- @@log_path =
"log.txt"- @@log =
Logger.new (@@log_path)
Class Method Summary collapse
Class Method Details
.get_default_logger ⇒ Object
8 9 10 11 12 |
# File 'lib/whos_using_what/logging/logger_factory.rb', line 8 def self.get_default_logger @@log end |