Description
in src/main/include/log4cxx/spi/appenderattachable.h
/** Returns <code>true</code> if the specified appender is in list of attached attached, <code>false</code> otherwise. */ virtual bool isAttached(const AppenderPtr& appender) const = 0;
Should probably be
/** * Returns <code>true</code> if the specified appender is in list of * attached attached, <code>false</code> otherwise. */ virtual bool isAttached(const AppenderPtr& appender) const = 0;