Download the PHP package php-middleware/log-exceptions without Composer
On this page you can find all versions of the php package php-middleware/log-exceptions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download php-middleware/log-exceptions
More information about php-middleware/log-exceptions
Files in php-middleware/log-exceptions
Download php-middleware/log-exceptions
More information about php-middleware/log-exceptions
Files in php-middleware/log-exceptions
Vendor php-middleware
Package log-exceptions
Short Description Log all exceptions from your middlewares
License MIT
Package log-exceptions
Short Description Log all exceptions from your middlewares
License MIT
Please rate this library. Is it a good library?
Informations about the package log-exceptions
log-exceptions
Log all exceptions from your middlewares
When your middleware throw exception this middleware catch it, log it and throw again. You will newer miss any exception.
Installation
To build this middleware you need to injecting inside LogExceptionMiddleware
instance of any Psr\Log\LoggerInterface
implementation:
and add it into your middleware dispatcher. You can also setup level of log (default critical, second arg) and message (third arg).
All versions of log-exceptions with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.6 || ^7.0
psr/http-message Version ^1.0
php-middleware/double-pass-compatibility Version ^1.0
http-interop/http-middleware Version ^0.4.1
psr/log Version ^1.0
psr/http-message Version ^1.0
php-middleware/double-pass-compatibility Version ^1.0
http-interop/http-middleware Version ^0.4.1
psr/log Version ^1.0
The package php-middleware/log-exceptions contains the following files
Loading the files please wait ....