Namespaces | |
namespace | test |
Classes | |
class | Appender |
class | Category |
class | CategoryStream |
class | FileAppender |
class | GenerationalFileAppender |
class | Log4cxxAppender |
struct | LoggingEvent |
A mirror of log4cpp::LoggingEvent, except using real-time capable strings. More... | |
class | LoggingService |
class | OstreamAppender |
class | RollingFileAppender |
Functions | |
CategoryStream & | eol (CategoryStream &os) |
spi::LoggingEventPtr | tolog4cxx (logging::LoggingEvent const &e, log4cxx::helpers::Pool &pool) |
log4cxx::LevelPtr | tolog4cxxLevel (log4cpp::Priority::Value priority) |
Variables | |
class OCL_API | Category |
Definition at line 25 of file CategoryStream.cpp.
spi::LoggingEventPtr OCL::logging::tolog4cxx | ( | logging::LoggingEvent const & | e, |
log4cxx::helpers::Pool & | pool | ||
) |
Definition at line 38 of file Log4cxxAppender.cpp.
log4cxx::LevelPtr OCL::logging::tolog4cxxLevel | ( | log4cpp::Priority::Value | priority | ) |
Definition at line 12 of file Log4cxxAppender.cpp.
class OCL_API OCL::logging::Category |
Definition at line 11 of file CategoryStream.hpp.