theorchard / monolog-cascade

Configure multiple loggers and handlers in the blink of an eye
MIT License
145 stars 62 forks source link

Made a 'create' factory method instead of inheriting from \Monolog\Lo… #19

Closed rantonmattei closed 9 years ago

rantonmattei commented 9 years ago

…gger

@mortaliorchard

I got rid of the inheritance as this was unnecessary and created a simple factory method.

mortaliorchard commented 9 years ago

R+