log4cplus
2.0.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. |
This class is used to create the default implementation of the Logger class.
Logger log4cplus::DefaultLoggerFactory::makeNewLoggerInstance | ( | const log4cplus::tstring & | name, |
Hierarchy & | h | ||
) | [virtual] |
Creates a new Logger
object.
Implements log4cplus::spi::LoggerFactory.