Refactor from using define to class contants
--------------------------------------------

                 Key: LOG4PHP-32
                 URL: https://issues.apache.org/jira/browse/LOG4PHP-32
             Project: Log4php
          Issue Type: Improvement
          Components: Code
            Reporter: Knut Urdalen
            Priority: Minor
             Fix For: 2.0


There is many places in the code where we can use class constants instead of 
define()'s. This will both improve readability and usage in my eyes in addition 
to a tiny speed improvement since defines are evaluated at runtime, while class 
constants are evaluated at compile time.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to