[
http://issues.apache.org/jira/browse/LOG4NET-34?page=comments#action_12313724 ]
Ron Grabowski commented on LOG4NET-34:
--
The code actually takes the first text or CDATA. That allows a comment to come
before the text.
Another general benefit of being
[ http://issues.apache.org/jira/browse/LOG4NET-34?page=all ]
Ron Grabowski updated LOG4NET-34:
-
Attachment: XmlHierarchyConfigurator.cs.patch
If a value attribute is not found, loop through the child node to find the
first CDATA or Text node and use its
nicko 2005/06/15 10:29:52
Modified:examples/net/1.0/Appenders/SampleAppendersApp/cs/src/Appender
MessageObjectExpanderAppender.cs
Log:
Applied patch from Ron Grabowski that adds support for selecting either
properties or fields
Revision ChangesPat
nicko 2005/06/15 10:30:36
Modified:xdocs/src/release example-apps.xml
Log:
Added new sample appenders to doc
Revision ChangesPath
1.6 +12 -0 logging-log4net/xdocs/src/release/example-apps.xml
Index: example-apps.xml
=
nicko 2005/06/15 10:54:21
Modified:src/Repository/Hierarchy XmlHierarchyConfigurator.cs
Log:
Applied patch for LOG4NET-34 Allow xml config values to be set via
XmlNodeType.CDATA or XmlNodeType.Text rather than just value=xxx
Revision ChangesPath
1.17 +24 -3
l
Ron,
Looks good to me, I will apply this patch to CVS.
Cheers,
Nicko
> -Original Message-
> From: Ron Grabowski [mailto:[EMAIL PROTECTED]
> Sent: 15 June 2005 18:15
> To: log4net-dev@logging.apache.org
> Subject: MessageObjectExpanderAppender:
> and boolean settings
>
> People dum
[
http://issues.apache.org/jira/browse/LOG4NET-34?page=comments#action_12313723 ]
Nicko Cadell commented on LOG4NET-34:
-
It is possible to embed < and > in the current attribute value, just escape
using < and >
I will have a look at the impact of your
People dumping entity objects may only be interested in the properties
of the object as opposed to the fields. Fields may be expensive to
calculate...
My changes compile but I have not tested them.
- Ron
MessageObjectExpanderAppender.cs.patch
Description: 2972684468-MessageObjectExpanderA
nicko 2005/06/15 09:26:41
Modified:examples/net/1.0/Appenders/SampleAppendersApp/cs/src/Appender
AsyncAppender.cs FastDbAppender.cs
FireEventAppender.cs MessageBoxAppender.cs
MessageObjectExpanderAppender.cs MsmqAp
nicko 2005/06/15 08:57:29
Modified:examples/net/1.0/Appenders/SampleAppendersApp/cs/src
App.config LoggingExample.cs
SampleAppendersApp.csproj
Added: examples/net/1.0/Appenders/SampleAppendersApp/cs/src/Appender
10 matches
Mail list logo