Module: Drum::Log
- Included in:
- AppleMusicService, CLI, FileService, MusicService, PersistentHash, SpotifyService, StdioService
- Defined in:
- lib/drum/utils/log.rb
Instance Method Summary collapse
-
#log ⇒ Logger
Fetches the global, lazily initialized logger.
Instance Method Details
permalink #log ⇒ Logger
Fetches the global, lazily initialized logger.
89 90 91 |
# File 'lib/drum/utils/log.rb', line 89 def log @@log ||= Logger.new end |