MongoDB C++ Driver mongocxx-3.11.0
|
Provides utilities related to mongocxx logging.
Go to the source code of this file.
Classes | |
class | mongocxx::v_noabi::logger |
The interface that all 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 message passed to a mongocxx::v_noabi::logger. More... | |
Functions | |
bsoncxx::v_noabi::stdx::string_view | mongocxx::to_string (v_noabi::log_level level) |
mongocxx::v_noabi::to_string(v_noabi::log_level level) | |
stdx::string_view | mongocxx::v_noabi::to_string (log_level level) |
Returns a stringification of the given log level. | |