eufony / log
Essentials for getting started with PSR-3 logging.
Requires
- php: ^8.0
- psr/log: ^1.0 || ^2.0 || ^3.0
Requires (Dev)
- phpunit/phpunit: ^9.5
Suggests
- psr/log-implementation: Virtual package for PSR-3 logging implementations.
Provides
- psr/log-implementation: ^1.0 || ^2.0 || ^3.0
README
eufony/log provides the most trivial implementations of PSR-3 as well as other essentials for getting started with logging.
Contributing
Found a bug or a missing feature? You can report it over at the issue tracker.
License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this program. If not, see https://www.gnu.org/licenses/.