# File lib/simp/cli/config/logging.rb, line 14 def self.included(base) class << base def logger Simp::Cli::Config::Logging.logger end end end