dev-lucid/basiclogger

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

Maintainers

Package info

github.com/dev-lucid/basiclogger

pkg:composer/dev-lucid/basiclogger

Statistics

Installs: 79

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2016-04-21 15:01 UTC

This package is not auto-updated.

Last update: 2026-03-12 07:43:08 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.