This is an automated email from the ASF dual-hosted git repository. swebb2066 pushed a commit to branch support_async_appender_subclasses in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
commit b6de2bbceb0beb58e1e80eed1a2b29c25aa42c53 Author: Stephen Webb <[email protected]> AuthorDate: Wed Apr 15 17:25:18 2026 +1000 Allow AsyncAppender to have a sub-class --- src/main/include/log4cxx/asyncappender.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/include/log4cxx/asyncappender.h b/src/main/include/log4cxx/asyncappender.h index f00d89ba..72b83a03 100644 --- a/src/main/include/log4cxx/asyncappender.h +++ b/src/main/include/log4cxx/asyncappender.h @@ -89,7 +89,7 @@ See AsyncAppender::setOption for details. */ class LOG4CXX_EXPORT AsyncAppender : public virtual spi::AppenderAttachable, - public virtual AppenderSkeleton + public AppenderSkeleton { protected: struct AsyncAppenderPriv;
