github.com/spider-gazelle/log_helper

Extension for Crystal Log to aid logging key-value data

5 stars
9 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  log_helper:
    github: spider-gazelle/log_helper
    version: ~> 1.0.3

Then run:

shards install

shard.yml

Crystal
>= 0.35
License
MIT
Author
Caspian Baska

Dependencies

This version declares no dependencies.

README

Log Helper

Build Status

Spreads Hash | NamedTuple values passed in Log blocks into Entry metadata.

Contributing

  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 a new Pull Request

Contributors