Sha256: d9863ef50276c62e067d01e63025914daea622c73ddd05dcacd710695a18f2f1
Contents?: true
Size: 116 Bytes
Versions: 5
Compression:
Stored size: 116 Bytes
Contents
require 'logger' module Ares module Logging def logger @logger ||= Logger.new(STDOUT) end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ares.rb-0.3.2 | lib/ares/logging.rb |
ares.rb-0.3.1 | lib/ares/logging.rb |
ares.rb-0.3.0 | lib/ares/logging.rb |
ares.rb-0.2.0 | lib/ares/logging.rb |
ares.rb-0.1.0 | lib/ares/logging.rb |