Inheritance diagram for Log4Cpp:

Public Member Functions | |
| Log4Cpp (const std::string &name) | |
| void | log (Priority level, const char *p, va_list ap) const |
| Log4Cpp::Log4Cpp | ( | const std::string & | name | ) | [inline] |
Create a new logger
| void Log4Cpp::log | ( | Priority | level, | |
| const char * | , | |||
| va_list | ap | |||
| ) | const [inline, virtual] |
log the text with the given Priority, using vasprintf() formatting
Implements ht::log::Logger.
1.5.2