Sha256: 8d857f6dee6d81797c82ea9dd33b4b724cb6cfc355a5fa1df70ac03dfea59106

Contents?: true

Size: 194 Bytes

Versions: 4

Compression:

Stored size: 194 Bytes

Contents

require "logger"
module AgileUtils
  class << self
    attr_writer :logger
    # @return [Logger] the Logger for the project
    def logger
      @logger ||= Logger.new STDOUT
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
agile_utils-0.1.5 lib/agile_utils/logger.rb
agile_utils-0.1.4 lib/agile_utils/logger.rb
agile_utils-0.1.3 lib/agile_utils/logger.rb
agile_utils-0.1.2 lib/agile_utils/logger.rb