Download the PHP package raigu/psr3-log-spy without Composer
On this page you can find all versions of the php package raigu/psr3-log-spy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download raigu/psr3-log-spy
More information about raigu/psr3-log-spy
Files in raigu/psr3-log-spy
Download raigu/psr3-log-spy
More information about raigu/psr3-log-spy
Files in raigu/psr3-log-spy
Vendor raigu
Package psr3-log-spy
Short Description Spy of PSR-3 LoggerInterface for testing
License MIT
Package psr3-log-spy
Short Description Spy of PSR-3 LoggerInterface for testing
License MIT
Please rate this library. Is it a good library?
Informations about the package psr3-log-spy
psr3-log-spy
An implementation of PSR-3 LoggerInterface for spying on a subject under test (SUT) to verify that the SUT is using the given logger.
Compatibility
- PHP 7.4, ^8.0
- psr/log ^1.1||2.0.0
Changes
./CHANGELOG.md
Install
Usage
Methods
| Method | Description |
|---|---|
| any | at least one message was logged |
| anyEmergency | at least one emergency message was logged |
| anyAlert | at least one alert message was logged |
| anyCritical | at least one critical message was logged |
| anyError | at least one error message was logged |
| anyWarning | at least one warning message was logged |
| anyNotice | at least one notice message was logged |
| anyInfo | at least one info message was logged |
| anyDebug | at least on debug message was logged |
Testing
All versions of psr3-log-spy with dependencies
PHP Build Version
Package Version
The package raigu/psr3-log-spy contains the following files
Loading the files please wait ...