Sha256: a7c9f7c3241735613ef611c9982abddd5899e58804bc69a707f257007df02929

Contents?: true

Size: 230 Bytes

Versions: 9

Compression:

Stored size: 230 Bytes

Contents

require 'logger'

module GitCrecord
  LOGGER = Logger.new(File.new(File.join(ENV['HOME'], '.git-crecord.log'), 'w'))
  LOGGER.formatter = proc{ |_severity, _datetime, _progname, msg| "#{msg}\n" }
  LOGGER.level = Logger::INFO
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
git-crecord-1.0.8 lib/git_crecord/logger.rb
git-crecord-1.0.7 lib/git_crecord/logger.rb
git-crecord-1.0.6 lib/git_crecord/logger.rb
git-crecord-1.0.5 lib/git_crecord/logger.rb
git-crecord-1.0.4 lib/git_crecord/logger.rb
git-crecord-1.0.3 lib/git_crecord/logger.rb
git-crecord-1.0.2 lib/git_crecord/logger.rb
git-crecord-1.0.1 lib/git_crecord/logger.rb
git-crecord-1.0.0 lib/git_crecord/logger.rb