Download the PHP package programster/log without Composer
On this page you can find all versions of the php package programster/log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download programster/log
More information about programster/log
Files in programster/log
Download programster/log
More information about programster/log
Files in programster/log
Vendor programster
Package log
Short Description A library of loggers that comply with PSR-3
License MIT
Homepage https://github.com/programster/package-logging
Package log
Short Description A library of loggers that comply with PSR-3
License MIT
Homepage https://github.com/programster/package-logging
Please rate this library. Is it a good library?
Informations about the package log
Logger PHP Package
This is a PSR-3 compatible logger package that provides some abstract loggers that allow:
- Minimum level logging (MinLevelLogger)
- Logging to multiple loggers (MultiLogger)
- Prefix logging - add a prefix to all messages before logging to the underlying logger.
- File logger - log to a file.
This package provides a PHP enum for the log level to simplify things. Hopefully the PSR-3 package will provide this itself at some point in the future.
You will likely want to take advantage of one of the following additional logging packages that make use of this package.
- PostgreSQL Logger- log to a PostgreSQL database.
- MySQL Logger - log to a MySQL database.
- Email Logger - send logs to any number of email addresses.
Install
Example Usage
All versions of log with dependencies
PHP Build Version
Package Version
The package programster/log contains the following files
Loading the files please wait ....