Sha256: ef712cdcf35daeb5c7a4b89cb6f5700c60a1c470d057ba6448d7808f14aec4e2
Contents?: true
Size: 188 Bytes
Versions: 3
Compression:
Stored size: 188 Bytes
Contents
require 'logger' require 'singleton' module Utils class ApplicationLogger < Logger include Singleton def initialize super(STDOUT) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruby_pager-0.1.3 | lib/ruby_pager/application_logger.rb |
ruby_pager-0.1.2 | lib/ruby_pager/application_logger.rb |
ruby_pager-0.1.1 | lib/ruby_pager/application_logger.rb |