2017 © Pedro Peláez
 

library efg-logger

Base module for custom loggers. This module implements Doctrine log writer with Zend log component.

image

nirzol/efg-logger

Base module for custom loggers. This module implements Doctrine log writer with Zend log component.

  • Wednesday, September 27, 2017
  • by Nirzol
  • Repository
  • 1 Watchers
  • 0 Stars
  • 47 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

EfgLogger

This module implements Doctrine log writer with Zend\log component. This is my first module so help to improve it ! :-) http://gamers.re/technologie/zend-framework-2/zend-framework-2-zendlog-et-doctrine/, (*1)

Installation and Use:

Copy efglogger.global.php.dist into your config\autoload. Copy Entity\TableLog.php into you Entity Folder and launch your doctrine comand to create table with the required columns. They are 'extra' columns used in this module like: 'log_login', 'log_session', 'log_url', 'log_ip', 'log_useragent', 'log_action', 'log_action_name',, (*2)

  • Note that in this module, the url, ip, useragent and session ID fields are injected in the onBootstrap event in Module.php. The others fields are added in your controller (i.e. when you use it).

The Versions

27/09 2017

dev-vZF3

dev-vZF3

Base module for custom loggers. This module implements Doctrine log writer with Zend log component.

  Sources   Download

The Requires

  • php >=5.4

 

by Avatar Nirzol

21/09 2017

dev-master

9999999-dev

Base module for custom loggers. This module implements Doctrine log writer with Zend log component.

  Sources   Download

The Requires

  • php >=5.4

 

by Avatar Nirzol