GitHub user rm5248 added a comment to the discussion: Next Log4cxx Major
release thoughts
The current log4cxx "plugin" support does work, it's a question of having extra
dependencies if I push this upstream. For my purposes the current plugin
support works fine(although it doesn't work nicely if classes are not in the
log4cxx namespace - I'll see about fixing that).
Basically I don't want to add hard requirements, anything should be optional.
The idea would be to have plugins in a folder like:
```
/usr/lib/log4cxx/
plugin-foo.so
plugin-bar.so
```
etc...
This is something that can be added in later though, it would not cause an ABI
break. It would only cause an ABI break if we move appenders/loggers/whatever
to a plugin, so that's something I might work on later.
GitHub link:
https://github.com/apache/logging-log4cxx/discussions/519#discussioncomment-18529309
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]