erupt

Version, currently 0.4.03 versions

github.com/GreatGodApollo/erupt

A Crystal logging library that comes with 14 different loggers

1 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  erupt:
    github: GreatGodApollo/erupt
    version: ~> 0.4.0

Then run:

shards install

shard.yml

Crystal
0.27.2
License
MIT
Author
Brett Bender

Dependencies

Runtime Dependencies

  • emoji*github: veelenga/emoji.cr, branch: master
  • chalk_box*github: azukiapp/crystal-chalk-box

README

Erupt GitHub release Build Status

A Crystal logging library that comes with 14 different log types.

Installation

  1. Add the dependency to your shard.yml:
dependencies:
  erupt:
    github: greatgodapollo/erupt
  1. Run shards install

Usage

require "erupt"

Check out the examples in /examples/

Contributing

  1. Fork it (https://github.com/GreatGodApollo/erupt/fork)
  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 a new Pull Request

Contributors