Sha256: f78eba540c6ecd74243467b2ea3dca9fc2c614aca724bebb3ccac5d0d886407f

Contents?: true

Size: 313 Bytes

Versions: 8

Compression:

Stored size: 313 Bytes

Contents

require "easy_logging"
require "reflection_utils"

require_relative "autowow/log_formatter"

EasyLogging.level = Logger::DEBUG
EasyLogging.formatter = proc do |severity, datetime, progname, msg|
  Autowow::LogFormatter.beautify(severity, msg)
end

require_relative "autowow/cli"

module Autowow; end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
autowow-0.14.2 lib/autowow.rb
autowow-0.14.1 lib/autowow.rb
autowow-0.14.0 lib/autowow.rb
autowow-0.13.2 lib/autowow.rb
autowow-0.13.1 lib/autowow.rb
autowow-0.13.0 lib/autowow.rb
autowow-0.9.0 lib/autowow.rb
autowow-0.8.1 lib/autowow.rb