Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 657 Bytes

about.rst

File metadata and controls

19 lines (13 loc) · 657 Bytes

About

Logger facilitates normal logging for applications with wrappers around Monolog\Logger(s).

Log statements can give insight in what your code is doing but it is awkward to read or follow complete log files. Logger enables you to redirect log output to console during PHPUnit testing of your application. To not drown in log statements this can be turned on or off on TestClass and testMethod basis.

Logger is written in PHP.

Source code: https://github.com/bhenk/logger-d

Copyright |copy| 2023 by henk van den berg
License: Apache 2.0
Version: 1.0.4