Module: MacLogger
- Defined in:
- lib/mac_logger.rb,
lib/mac_logger/logger.rb,
lib/mac_logger/version.rb
Defined Under Namespace
Classes: Logger
Constant Summary collapse
- VERSION =
"0.3.0"
Class Method Summary collapse
-
.logger(options = {}) ⇒ Object
Your code goes here…
Class Method Details
.logger(options = {}) ⇒ Object
Your code goes here…
6 7 8 |
# File 'lib/mac_logger.rb', line 6 def self.logger( = {}) @logger ||= Logger.new() end |