sylphrena0 commented on issue #391:
URL:
https://github.com/apache/logging-log4cxx/issues/391#issuecomment-2228605868
I am using the configuration from the example, so the naming is correct. For
the example, the macro is `IMPLEMENT_LOG4CXX_OBJECT(NullWriterAppender)` and
the xml is:
```xml
<appender
name="NullAppender"
class="NullWriterAppender">
<param
name="SomeValue"
value="Nothing" />
</appender>
<root>
<priority value="info" />
<appender-ref ref="NullAppender" />
</root>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]