Crylog

Build Status Latest release

Flexible logging framework based on Monolog.

Roadmap

Currently, the base functionality is complete.

If someones wishes to make a PR and "own" a specific handler (or formatter/processor), I would welcome the PR. Maintainers, with their handlers, will be listed at the bottom. Otherwise, feel free to create an issue.

Core Concepts

Severity

Crylog uses the log levels as described in RFC 5424:

Convenience methods are defined for each i.e. logger.info, logger.alert, etc.

Additional Documentation

Documentation

Installation

Add this to your application's shard.yml:

dependencies:
  crylog:
    github: Blacksmoke16/crylog

Contributing

  1. Fork it (<https://github.com/Blacksmoke16/crylog/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

Handlers

Those that created/maintain handlers for a specific service/system will be listed here.