2017 © Pedro Peláez
 

library logger-module

Logger module for Zend Framework

image

trinet/logger-module

Logger module for Zend Framework

  • Monday, May 28, 2018
  • by trinet
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 125 % Grown

The README.md

Logger module for Zend Framework

Installation

If the zendframework/zend-component-installer package is installed it will ask you if you want to inject the module into your configs. If not, the Trinet\LoggerModule has to be added manually to your config/modules.config.php file., (*1)

The default path for logged errors is ./data/log/. The path must exist for the Stream lgo writer to be able to write files., (*2)

Configuration

The module has two configuration options which can be overridden in a local config: * ['trinet']['logger']['path']: The path where log files should be written. Defaults to ./data/log/. * ['trinet']['logger']['date-format']: The date format of log entries. Defaults to Y-m-d., (*3)

The Versions

28/05 2018

dev-master

9999999-dev

Logger module for Zend Framework

  Sources   Download

MIT

The Requires

 

28/05 2018

1.0.1

1.0.1.0

Logger module for Zend Framework

  Sources   Download

MIT

The Requires

 

06/10 2017

1.0.0

1.0.0.0

Logger module for Zend Framework

  Sources   Download

MIT

The Requires