MongoDB C++ Driver 4.1.0
|
Provides utilities related to mongocxx logging.
Go to the source code of this file.
Classes | |
class | mongocxx::v_noabi::logger |
The interface which user-defined loggers must implement. More... | |
Namespaces | |
namespace | mongocxx |
The top-level namespace within which all mongocxx library entities are declared. | |
namespace | mongocxx::v_noabi |
Declares entities whose ABI stability is NOT guaranteed. | |
Enumerations | |
enum class | mongocxx::v_noabi::log_level |
The log level of a log message. More... | |
Functions | |
bsoncxx::v_noabi::stdx::string_view | mongocxx::to_string (log_level level) |
Returns a stringification of the given log level. | |
bsoncxx::v_noabi::stdx::string_view | mongocxx::v_noabi::to_string (log_level level) |
Returns a stringification of the given log level. | |