You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4php-dev@logging.apache.org by "Knut Urdalen (JIRA)" <ji...@apache.org> on 2009/05/02 20:07:30 UTC

[jira] Created: (LOG4PHP-35) Replace LOG4PHP_LINE_SEP with PHP_EOL

Replace LOG4PHP_LINE_SEP with PHP_EOL
-------------------------------------

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


Some places a log4php specific constant LOG4PHP_LINE_SEP is used in order to handle OS specific newline characters. This can be removed and replaced by the always available PHP_EOL constant.

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


[jira] Resolved: (LOG4PHP-35) Replace LOG4PHP_LINE_SEP with PHP_EOL

Posted by "Knut Urdalen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LOG4PHP-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Urdalen resolved LOG4PHP-35.
---------------------------------

    Resolution: Fixed

> Replace LOG4PHP_LINE_SEP with PHP_EOL
> -------------------------------------
>
>                 Key: LOG4PHP-35
>                 URL: https://issues.apache.org/jira/browse/LOG4PHP-35
>             Project: Log4php
>          Issue Type: Improvement
>          Components: Code
>            Reporter: Knut Urdalen
>            Assignee: Knut Urdalen
>            Priority: Trivial
>             Fix For: 2.0
>
>
> Some places a log4php specific constant LOG4PHP_LINE_SEP is used in order to handle OS specific newline characters. This can be removed and replaced by the always available PHP_EOL constant.

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