rudionrails/yell

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.ruby-version
.travis.yml
Gemfile
LICENSE.txt
README.md
Rakefile
yell.gemspec
examples/001-basic-usage.rb8
examples/002.1-log-level-basics.rb10
examples/002.2-log-level-on-certain-severities-only.rb12
examples/002.3-log-level-within-range.rb12
examples/003.1-formatting-DefaultFormat.rb8
examples/003.2-formatting-BasicFormat.rb8
examples/003.3-formatting-ExtendedFormat.rb8
examples/003.4-formatting-on-your-own.rb8
examples/004.1-colorizing-the-log-output.rb13
examples/005.1-repository.rb8
examples/006.1-the-loggable-module.rb16
examples/006.2-the-loggable-module-with-inheritance.rb18
lib/core_ext/logger.rb13
lib/yell.rb72
lib/yell/adapters.rb49
lib/yell/adapters/base.rb79
A
15 mins
lib/yell/adapters/datefile.rb84
A
25 mins
lib/yell/adapters/file.rb19
lib/yell/adapters/io.rb51
lib/yell/adapters/streams.rb18
lib/yell/configuration.rb13
lib/yell/event.rb80
lib/yell/formatter.rb130
A
1 hr
lib/yell/helpers/adapter.rb17
lib/yell/helpers/base.rb12
lib/yell/helpers/formatter.rb22
lib/yell/helpers/level.rb23
lib/yell/helpers/silencer.rb20
lib/yell/helpers/tracer.rb24
lib/yell/level.rb104
A
25 mins
lib/yell/loggable.rb15
lib/yell/logger.rb75
A
1 hr
lib/yell/repository.rb33
lib/yell/silencer.rb40
lib/yell/version.rb3