PatternLayout and globalRulesRegistry
-------------------------------------
Key: LOG4NET-186
URL: https://issues.apache.org/jira/browse/LOG4NET-186
Project: Log4net
Issue Type: Improvement
Components: Core
Affects Versions: 1.2.10
Reporter: Sergey
Hi, i have suggestion.
Make for private static field PatternLayout.s_globalRulesRegistry public static
accessor. Because if i want append custom PatternLayoutConverter, i need add
him to each PatternLayout for each Appender.
I am using AdoNetAppender, which creates PatternLayout for each parameter. And
i must append my PatternLayoutConverter to each param. I think, if i have
static property or method for adding PatternLayoutConvertor - its will be more
simple for use.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.