Class: Trellodon::Config

Inherits:
Anyway::Config
  • Object
show all
Defined in:
lib/trellodon/config.rb

Direct Known Subclasses

Trellodon::CLI::Config

Class Method Summary collapse

Class Method Details

.loggerObject



12
13
14
# File 'lib/trellodon/config.rb', line 12

def self.logger
  Logger.new($stdout, level: Logger::INFO)
end