dev-lucid/basiclogger

An extremely simple implementation of PSR-3 logging that sends all messages to error_log.

1.0.0 2016-04-21 15:01 UTC

This package is not auto-updated.

Last update: 2024-04-10 22:24:20 UTC


README

This is an extremely basic implemention of PSR-3 logging. Everything is simply written to error_log. I wrote this package to act as a failback for components that require a PSR-3 logger so that they can instantiate this instead.