Skip to content

taleh007/console

Repository files navigation

Console

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

Development Status

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

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%