Releases

v1

Stable Release 1.0.0

It was published on April 21, 2015.

Features

CallbackFilterHandler is a handler for Monolog, that has vocation to replace the FilterHandler.

Why CallbackFilterHandler is better than standard FilterHandler ?

It may filter records to the wrapped handler, on each standard record elements including extra data and logging context.

FilterHandler can just filter records and only allow those of a given list of levels through to the wrapped handler.

Modern

CallbackFilterHandler takes advantage of new features in PHP 5.3.0 or greater.

Robust

CallbackFilterHandler is strictly tested. Checks code coverage and see by yourself.

Open Source

CallbackFilterHandler is open source. It’s hosted, developed, and maintained on GitHub.

License

Documentation

All documentation provided in docs folder are in AsciiDoc format (files with extension .asciidoc). They are built with a Python AsciiDoc backend that convert output to an html Bootstrap renders. AsciiDoc-Bootstrap is released under the Apache 2 license.

Code

All source code is licensed under BSD 3-Clause.