Skip to content

Instantly share code, notes, and snippets.

@odino
Created August 3, 2012 13:40
Show Gist options
  • Save odino/3247790 to your computer and use it in GitHub Desktop.
Save odino/3247790 to your computer and use it in GitHub Desktop.
services:
log.handler.db:
class: "Vendor\\Log\\Handler\\Db"
arguments:
manager: @em
logger.db:
class: "Monolog\\Logger"
arguments:
name: "db"
calls:
- [ pushHandler, [@log.handler.db] ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment