log4cpp
1.1
|
#include <log4cpp/Portability.hh>
#include <string>
#include <map>
#include <set>
#include <stdarg.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <log4cpp/Priority.hh>
#include <log4cpp/Layout.hh>
#include <log4cpp/LoggingEvent.hh>
#include <log4cpp/threading/Threading.hh>
Go to the source code of this file.
Classes | |
class | log4cpp::Appender |
Implement this interface for your own strategies for printing log statements. More... | |
Namespaces | |
log4cpp | |
The top level namespace for all 'Log for C++' types and classes. | |
Typedefs | |
typedef std::set< Appender * > | log4cpp::AppenderSet |
Variables | |
class LOG4CPP_EXPORT | log4cpp::Filter |