#include <mongocxx/v_noabi/mongocxx/logger.hpp>
The interface which user-defined loggers must implement.
- See also
-
|
| logger () |
| Default constructor.
|
|
◆ logger()
mongocxx::v_noabi::logger::logger |
( |
| ) |
|
|
protected |
◆ operator()()
Handles a log message. User defined logger implementations may do whatever they wish when this is called, such as log the output to a file or send it to a remote server for analysis.
- Parameters
-
level | The log level of the current log message |
domain | The domain of the current log message, such as 'client' |
message | The text of the current log message. |
The documentation for this class was generated from the following file: