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 "Christian Grobmeier (JIRA)" <ji...@apache.org> on 2009/05/25 18:04:45 UTC

[jira] Created: (LOG4PHP-52) Use of custom factorys is discouraged - clean up

Use of custom factorys is discouraged - clean up
------------------------------------------------

                 Key: LOG4PHP-52
                 URL: https://issues.apache.org/jira/browse/LOG4PHP-52
             Project: Log4php
          Issue Type: Improvement
          Components: Code
            Reporter: Christian Grobmeier


LoggerConfiguratorIni.php:
        * <p><b>Logger Factories</b></p>
        *
        * The usage of custom logger factories is discouraged and no longer
        * documented."

The classes:
LoggerDefaultCategoryFactory
LoggeFactory

are affected. The Factories are also used in the hierarchy class.
Factories of this kind are outdated and can be removed.

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


[jira] Updated: (LOG4PHP-52) Use of custom factorys is discouraged - clean up

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

Christian Grobmeier updated LOG4PHP-52:
---------------------------------------

    Affects Version/s: 2.0
        Fix Version/s: 2.0

> Use of custom factorys is discouraged - clean up
> ------------------------------------------------
>
>                 Key: LOG4PHP-52
>                 URL: https://issues.apache.org/jira/browse/LOG4PHP-52
>             Project: Log4php
>          Issue Type: Improvement
>          Components: Code
>    Affects Versions: 2.0
>            Reporter: Christian Grobmeier
>             Fix For: 2.0
>
>
> LoggerConfiguratorIni.php:
>         * <p><b>Logger Factories</b></p>
>         *
>         * The usage of custom logger factories is discouraged and no longer
>         * documented."
> The classes:
> LoggerDefaultCategoryFactory
> LoggeFactory
> are affected. The Factories are also used in the hierarchy class.
> Factories of this kind are outdated and can be removed.

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


[jira] Resolved: (LOG4PHP-52) Use of custom factorys is discouraged - clean up

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

Christian Grobmeier resolved LOG4PHP-52.
----------------------------------------

    Resolution: Fixed

Fixed with rev 791502

Those files were affected:

    Deleting       src/main/php/LoggerDefaultCategoryFactory.php
    Deleting       src/main/php/LoggerFactory.php
    Sending       src/main/php/LoggerHierarchy.php
    Sending       src/main/php/LoggerManager.php
    Sending       src/main/php/configurators/LoggerConfiguratorIni.php
    Sending       src/main/php/configurators/LoggerConfiguratorXml.php

> Use of custom factorys is discouraged - clean up
> ------------------------------------------------
>
>                 Key: LOG4PHP-52
>                 URL: https://issues.apache.org/jira/browse/LOG4PHP-52
>             Project: Log4php
>          Issue Type: Improvement
>          Components: Code
>    Affects Versions: 2.0
>            Reporter: Christian Grobmeier
>             Fix For: 2.0
>
>
> LoggerConfiguratorIni.php:
>         * <p><b>Logger Factories</b></p>
>         *
>         * The usage of custom logger factories is discouraged and no longer
>         * documented."
> The classes:
> LoggerDefaultCategoryFactory
> LoggeFactory
> are affected. The Factories are also used in the hierarchy class.
> Factories of this kind are outdated and can be removed.

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