Public Member Functions | |
void | AddOutputStream (std::ostream &rOutputStream) |
Impl () | |
~Impl () | |
Static Public Member Functions | |
static Impl & | Instance () |
Public Attributes | |
LogLevel | m_MinLogLevel |
std::vector< std::ostream * > | m_OutputStreamList |
Definition at line 54 of file RmpLogger.cpp.
Definition at line 122 of file RmpLogger.cpp.
Definition at line 126 of file RmpLogger.cpp.
void segway::Logger::Impl::AddOutputStream | ( | std::ostream & | rOutputStream | ) |
Definition at line 145 of file RmpLogger.cpp.
static Impl& segway::Logger::Impl::Instance | ( | ) | [inline, static] |
Definition at line 56 of file RmpLogger.cpp.
Definition at line 70 of file RmpLogger.cpp.
std::vector<std::ostream*> segway::Logger::Impl::m_OutputStreamList |
Definition at line 69 of file RmpLogger.cpp.