Module: Logging
- Included in:
- Github::CLI, Github::RepoX
- Defined in:
- lib/github/constant.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.logger ⇒ Object
10 11 12 |
# File 'lib/github/constant.rb', line 10 def self.logger @logger ||= Logger.new(STDOUT) end |