Recommend this page to a friend! |
Classes of Abed Nego Ragil Putra | PHP Inventory Management System with Scanner | vendor/monolog/monolog/README.md | Download |
|
DownloadMonolog - Logging for PHPMonolog sends your logs to files, sockets, inboxes, databases and various web services. See the complete list of handlers below. Special handlers allow you to build advanced logging strategies. This library implements the PSR-3 interface that you can type-hint against in your own libraries to keep a maximum of interoperability. You can also use it in your applications to make sure you can always use another compatible logger at a later time. As of 1.11.0 Monolog public APIs will also accept PSR-3 log levels. Internally Monolog still uses its own level scheme since it predates PSR-3. InstallationInstall the latest version with
Basic Usage
DocumentationThird Party PackagesThird party handlers, formatters and processors are listed in the wiki. You can also add your own there if you publish one. AboutRequirements
Submitting bugs and feature requestsBugs and feature request are tracked on GitHub Framework Integrations
AuthorJordi Boggiano - <j.boggiano@seld.be> - <http://twitter.com/seldaek><br /> See also the list of contributors which participated in this project. LicenseMonolog is licensed under the MIT License - see the AcknowledgementsThis library is heavily inspired by Python's Logbook library, although most concepts have been adjusted to fit to the PHP world. |