LoggerFactory Class Reference

Implement this interface to create new instances of Logger or a sub-class of Logger. More...

Inherits log4cxx::helpers::Object.

Inherited by DefaultLoggerFactory [virtual].

List of all members.

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 ()

Detailed Description

Implement this interface to create new instances of Logger or a sub-class of Logger.


Constructor & Destructor Documentation

virtual ~LoggerFactory (  )  [inline, virtual]

Member Function Documentation

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.


The documentation for this class was generated from the following file: