briancoit/loggerbundle

Provides additional logging features

Maintainers

Package info

bitbucket.org/briancoit/loggerbundle

Homepage

Type:symfony-bundle

pkg:composer/briancoit/loggerbundle

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

dev-master / 0.1.x-dev 2014-10-29 21:43 UTC

This package is auto-updated.

Last update: 2026-04-09 17:07:20 UTC


README

Introduction

Provides support for logging calling class, method and PID

Configuration

app\config.yml:

monolog:
    handlers:
        main:
            type: stream
            path: "%kernel.logs_dir%/%kernel.environment%.log"
            level: debug
            formatter: briancoit.logger.formatter