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

.loggerObject



10
11
12
# File 'lib/github/constant.rb', line 10

def self.logger
  @logger ||= Logger.new(STDOUT)
end

Instance Method Details

#loggerObject



6
7
8
# File 'lib/github/constant.rb', line 6

def logger
  Logging.logger
end