Implement this interface to create new instances of Logger or a sub-class of Logger. More...
Inherits log4cxx::helpers::Object.
Inherited by DefaultLoggerFactory [virtual].
Classes | |
| class | ClazzLoggerFactory |
Public Member Functions | |
| virtual const helpers::Class & | getClass () const |
| virtual | ~LoggerFactory () |
| virtual LoggerPtr | makeNewLoggerInstance (log4cxx::helpers::Pool &pool, const LogString &name) const =0 |
Static Public Member Functions | |
| static const helpers::Class & | getStaticClass () |
| static const log4cxx::helpers::ClassRegistration & | registerClass () |
Implement this interface to create new instances of Logger or a sub-class of Logger.
| virtual ~LoggerFactory | ( | ) | [inline, virtual] |
| virtual const helpers::Class& getClass | ( | ) | const [virtual] |
Reimplemented from Object.
| static const helpers::Class& getStaticClass | ( | ) | [static] |
Reimplemented from Object.
| virtual LoggerPtr makeNewLoggerInstance | ( | log4cxx::helpers::Pool & | pool, | |
| const LogString & | name | |||
| ) | const [pure virtual] |
Implemented in DefaultLoggerFactory.
| static const log4cxx::helpers::ClassRegistration& registerClass | ( | ) | [static] |
Reimplemented from Object.