jbroadway / analog

PHP logging library that is highly extendable and simple to use.
MIT License
342 stars 48 forks source link

Fix per-level functions to not throw undefined constant warnings #12

Closed lord2800 closed 11 years ago

lord2800 commented 11 years ago

The class constants need to be prefixed with self:: (or the class name, but self:: makes it always do the right thing if Analog gets subclassed), otherwise PHP doesn't recognize DEBUG et. al. as class constants and throws a fit.

jbroadway commented 11 years ago

Thanks!

lord2800 commented 11 years ago

No problem! Just glad to help.

chadkouse commented 11 years ago

Can you make a version in packagist for this?

jbroadway commented 11 years ago

Ah yes! Should be up as 1.0.2-stable now :)

chadkouse commented 11 years ago

muchas graçias