2017 © Pedro Peláez
 

library log-module

A Zend Framework module that sets up Monolog for logging in applications.

image

polderknowledge/log-module

A Zend Framework module that sets up Monolog for logging in applications.

  • Wednesday, June 6, 2018
  • by polderknowledge
  • Repository
  • 6 Watchers
  • 0 Stars
  • 1,556 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 17 Versions
  • 36 % Grown

The README.md

log-module

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

The log module is a Zend Framework module that provides support for Monolog logger channels. This module also comes with a standard error logger enabled which is used to log PHP notices, warnings and errors in applications., (*2)

Install

Via Composer, (*3)

``` bash $ composer require polderknowledge/log-module, (*4)


Next add the module to the module config (usually `config/modules.php` or `config/application.config.php`): ```php return [ 'modules' => [ 'PolderKnowledge\\LogModule', ], ];

Usage

This module has a predefined ErrorLogger logging channel configured. This channel is used to write PHP notices, warnings and errors to. Since it depends on the application on how to handle these messages, there are no handlers defined for this channel., (*5)

Change log

Please have a look at the releases section for an overview of all changes., (*6)

Testing

bash $ composer test, (*7)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*8)

Security

If you discover any security related issues, please report them via HackerOne instead of using the issue tracker or e-mail., (*9)

Community

We have an IRC channel where you can find us every now and then. We're on the Freenode network in the channel #polderknowledge., (*10)

Credits

License

Please see LICENSE.md for the license of this application., (*11)

The Versions

12/04 2018

dev-feature/factory-implementation

dev-feature/factory-implementation https://polderknowledge.com

A Zend Framework module that sets up Monolog for logging in applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

logging monolog polderknowledge log-module

07/02 2018

dev-feature/new-line-human-exception-formatter

dev-feature/new-line-human-exception-formatter https://polderknowledge.com

A Zend Framework module that sets up Monolog for logging in applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

logging monolog polderknowledge log-module

04/01 2018

dev-feature/human-readable-exceptions

dev-feature/human-readable-exceptions https://polderknowledge.com

A Zend Framework module that sets up Monolog for logging in applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

logging monolog polderknowledge log-module

10/11 2017

dev-feature/file-content-processor

dev-feature/file-content-processor https://polderknowledge.com

A Zend Framework module that sets up Monolog for logging in applications.

  Sources   Download

MIT

The Requires

 

The Development Requires

logging monolog polderknowledge log-module

24/08 2017