MongoDB C++ Driver
legacy-1.1.2
|
Container for managing log domains. More...
#include <log_manager.h>
Public Member Functions | |
ComponentMessageLogDomain * | getGlobalDomain () |
Gets the global domain for this manager. More... | |
MessageLogDomain * | getNamedDomain (const std::string &name) |
Get the log domain with the given name, creating if needed. | |
Container for managing log domains.
Use this while setting up the logging system, before launching any threads.
|
inline |
Gets the global domain for this manager.
It has no name.