2017 © Pedro Peláez
 

library monolog-redis-json-handler

a monolog redis handler with json output

image

ajouve/monolog-redis-json-handler

a monolog redis handler with json output

  • Wednesday, May 11, 2016
  • by ajouve
  • Repository
  • 1 Watchers
  • 0 Stars
  • 231 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

monolog redis json handler

Symfony configuartion

Service, (*1)

redis:
    class: Predis\Client
    arguments:
        -
            scheme: tcp
            host: "%redis_host%"
            port: "%redis_port%"
            password: "%redis_password%"

monolog_redis_json_handler:
    class: MonologRedisJson\Handler
    arguments:
        - '@redis'
        - 'monolog'
        - 200
    calls:
        - [addMetaData, ['application', 'my_app']]

Config, (*2)

monolog:
    handlers:
        redis:
            type: service
            id: monolog_redis_json_handler

The Versions

11/05 2016

dev-master

9999999-dev https://github.com/ajouve/monolog-redis-json-handler

a monolog redis handler with json output

  Sources   Download

MIT

The Requires

 

json monolog redis

11/05 2016

v1.0.0

1.0.0.0 https://github.com/ajouve/monolog-redis-json-handler

a monolog redis handler with json output

  Sources   Download

MIT

The Requires

 

json monolog redis