Filters can not be configured using log4php.properties, only via XML
--------------------------------------------------------------------
Key: LOG4PHP-83
URL: https://issues.apache.org/jira/browse/LOG4PHP-83
Project: Log4php
Issue Type: New Feature
Components: Code
Reporter: Christian Hammers
Priority: Minor
I file a bug so that it does not get forgotten....
-------------------------------
Hi,
yes, thats true. And its documented :-)
http://ci.apache.org/projects/log4php/docs/appender-filter.html
As far as I know this is not implemented by Log4J itself. But -imho-
this is not preventing us to do so. If you do, have in mind that
filters needs parameters too.
Cheers
Christian
On Tue, Sep 8, 2009 at 11:50 PM, Christian Hammers<[email protected]> wrote:
> Hello
>
> Can it be that LoggerConfiguratorIni does not understand filters?
>
> <appender name="default" class="LoggerAppenderEcho">
> <layout class="LoggerLayoutTTCC"/>
> <filter class="LoggerFilterDenyAll"/>
>
> works while
>
> log4php.appender.default = LoggerAppenderEcho
> log4php.appender.default.layout = LoggerLayoutTTCC
> log4php.appender.default.filter = LoggerFilterDenyAll
> log4php.rootLogger = DEBUG, default
>
> does not.
>
> Is this intended? If so it should be better documented :)
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.