Skip to content

felixonmars/console

 
 

Repository files navigation

Console

Provides beautiful console logging for Ruby applications. Implements fast, buffered log output.

Development Status

Motivation

When Ruby decided to reverse the order of exception backtraces, I finally gave up using the built in logging and decided restore sanity to the output of my programs once and for all!

Features

  • Thread safe global logger with per-fiber context.
  • Carry along context with nested loggers.
  • Enable/disable log levels per-class.
  • Detailed logging of exceptions.
  • Beautiful logging to the terminal or structured logging using JSON.

Usage

Please see the project documentation.

Contributing

We welcome contributions to this project.

  1. Fork it.
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin my-new-feature).
  5. Create new Pull Request.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%