2017 © Pedro Peláez
 

library logger-bundle

Logger for Symfony

image

pmdevelopment/logger-bundle

Logger for Symfony

  • Wednesday, July 18, 2018
  • by pmdevelopment
  • Repository
  • 1 Watchers
  • 0 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 12 Versions
  • 118 % Grown

The README.md

LoggerBundle

It is a Symfony Bundle with the goal to provide a persistent logger, which allows parallel (but not compatible!) to the integrated and easy error management for the productive environment., (*1)

Setup

Add to composer:, (*2)

composer require pmdevelopment/logger-bundle

Add to Bundles in AppKernel:, (*3)

new PM\Bundle\LoggerBundle\PMLoggerBundle(),

Import services in config.yml:, (*4)

imports:
    - { resource: "@PMLoggerBundle/Resources/config/services.yml" }

Create and execute migrations:, (*5)

php bin/console doctr:migr:diff
php bin/console doctr:migr:migr

The Versions

20/04 2018

1.0.5

1.0.5.0

Logger for Symfony

  Sources   Download

MIT

The Requires

 

19/04 2018

1.0.4

1.0.4.0

Logger for Symfony

  Sources   Download

MIT

The Requires

 

11/04 2018

1.0.3

1.0.3.0

Logger for Symfony

  Sources   Download

MIT

The Requires

 

02/04 2018

1.0.2

1.0.2.0

Logger for Symfony

  Sources   Download

MIT

The Requires

 

29/03 2018

1.0.1

1.0.1.0

Logger for Symfony

  Sources   Download

MIT

The Requires

 

13/03 2018

1.0.0

1.0.0.0

Logger for Symfony

  Sources   Download

MIT

The Requires