Skip to content

MehmetCelik4/rails-pretty-logger

 
 

Rails::Pretty::Logger

Pretty Logger is a logging framework which can be checked from its page, and also you can also debug easily with highlight method.

Usage

visit http://your-webpage/rails-pretty-logger/dashboards/ then choose your environment, which you want to check and also you can set date range for narrowing down your logs.

How to use debug Highlighter

PrettyLogger.highlight("lorem ipsum")

Installation

Add this line to your application's Gemfile:

gem 'rails-pretty-logger'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rails-pretty-logger

Mount the engine in your config/routes.rb:

mount Rails::Pretty::Logger::Engine => "/rails-pretty-logger"

Contributing

  1. Fork the official repository.
  2. Create a topic branch.
  3. Implement your feature or bug fix.
  4. Add, commit, and push your changes.
  5. Submit a pull request.

License

The gem is available as open source under the terms of the MIT License.

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE.txt
MIT
MIT-LICENSE

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 75.0%
  • CSS 11.8%
  • HTML 9.8%
  • JavaScript 3.0%
  • Shell 0.4%