Skip to content
NAKAMURA Osamu edited this page Apr 10, 2015 · 2 revisions
DECLARE_ABSTRACT_LOG4CXX_OBJECT(Xxxx)

public:
class:
    Clazz##object() : helpers::Class() {}
    virtual ~Clazz##object() {}
    virtual log4cxx::LogString getName() const {
        return LOG4CXX_STR(#object);
    }
}
virtual const helpers::Class& getClass();
static const helpers::Class& getStaticClass();
static const log4cxx::helpers::ClassRegistration& registerClass();
Clone this wiki locally