log4cplus
2.1.0
|
This class is used to create the default implementation of the Logger class. More...
#include <logger.h>
Public Member Functions | |
Logger | makeNewLoggerInstance (const log4cplus::tstring &name, Hierarchy &h) |
Creates a new Logger object. More... | |
Public Member Functions inherited from log4cplus::spi::LoggerFactory | |
virtual | ~LoggerFactory ()=0 |
Protected Member Functions | |
virtual spi::LoggerImpl * | makeNewLoggerImplInstance (const log4cplus::tstring &name, Hierarchy &h) |
This class is used to create the default implementation of the Logger class.
|
protectedvirtual |
Implements log4cplus::spi::LoggerFactory.
|
virtual |
Creates a new Logger
object.
Implements log4cplus::spi::LoggerFactory.