piotrmurach/tty-logger

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.editorconfig
.github/FUNDING.yml
.github/ISSUE_TEMPLATE/BUG_REPORT.md
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
.github/ISSUE_TEMPLATE/config.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/ci.yml
.gitignore
.rspec
.rubocop.yml
CHANGELOG.md
CODE_OF_CONDUCT.md
Gemfile
LICENSE.txt
README.md
Rakefile
appveyor.yml
assets/tty-logger-custom-log-types.png
assets/tty-logger-levels.png
bin/console
bin/setup
tasks/console.rake
tasks/coverage.rake
tasks/spec.rake
tty-logger.gemspec
examples/child.rb7
examples/console.rb17
A
15 mins
examples/custom_type.rb25
examples/error.rb8
examples/filter.rb5
examples/handler.rb14
examples/output.rb10
examples/override.rb24
examples/stream.rb17
A
15 mins
lib/tty-logger.rb1
lib/tty/logger.rb189
A
3 hrs
lib/tty/logger/config.rb79
lib/tty/logger/data_filter.rb81
A
2 hrs
lib/tty/logger/event.rb28
lib/tty/logger/formatters/json.rb42
lib/tty/logger/formatters/text.rb104
A
35 mins
lib/tty/logger/handlers/base.rb45
A
35 mins
lib/tty/logger/handlers/console.rb136
A
2 hrs
lib/tty/logger/handlers/null.rb12
lib/tty/logger/handlers/stream.rb52
A
1 hr
lib/tty/logger/levels.rb34
A
35 mins
lib/tty/logger/version.rb5