xcitestudios/logging

Standard logging classes and interfaces

1.0.4 2015-03-09 20:33 UTC

This package is not auto-updated.

Last update: 2024-04-13 14:50:23 UTC


README

Interfaces designed to unify and simplify logging across multiple languages (PHP edition).

Installation

From the start the packages are available on packagist (composer).

{
    "require": {
	    "xcitestudios/logging": "1.*"
	}
}

Documentation

Documentation generated with PHPDocumentor can be found at http://xcitestudios.github.io/php-logging

Thanks

Special thanks to MediaSkunkWorks where the ideas for these libraries came from while working there and being given the time to ensure they're suitable for open source as well as internal use.

Development

Want to contribute? Create pull requests and I'll get in touch!

License

MIT