kyeates/psr-loggers

Helpful classes that implement psr/log

v1.0.0 2017-04-10 12:25 UTC

This package is not auto-updated.

Last update: 2024-03-08 16:01:43 UTC


README

Classes that implement psr/log LoggerInterface, useful for testing or wrapping other loggers for extra features

  • EchoLogger - Just echos out the logs
  • MockLogger - Does nothing, useful for testing.
  • ContextLogger - Wraps an existing logger then allows you to set some extra context on the logger that will be added to every log output.