[
https://issues.apache.org/jira/browse/LOG4PHP-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847907#action_12847907
]
Moritz Schmidt commented on LOG4PHP-100:
----------------------------------------
as a consequence, the first argument's name in Logger::configure should change:
public static function configure($configurationFile = null, $configurationClass
= null )
should become
public static function configure($configuration = null, $configurationClass =
null )
> Directly assign an array on Logger PHP configuration
> ----------------------------------------------------
>
> Key: LOG4PHP-100
> URL: https://issues.apache.org/jira/browse/LOG4PHP-100
> Project: Log4php
> Issue Type: Improvement
> Components: Code
> Reporter: Florian Platzer
> Priority: Trivial
> Attachments: LOG4PHP-100.patch
>
>
> Currently when someone calls the Logger::configure function it's necessary to
> give an url as first argument.
> When using LoggerConfiguratorPhp it would be nice to directly assign an array
> instead of the need to create an extra config file
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.