MarkLogic Connect
MarkLogic Connect Client API Collection
|
Defines implementation-independent logging functionality for mlcplusplus. More...
#include <mlclient/mlclient.hpp>
#include <ostream>
#include <sstream>
#include <string>
#include <glog/logging.h>
Go to the source code of this file.
Classes | |
struct | mlclient::LoggingConfiguration |
LoggingConfiguration to use. More... | |
Namespaces | |
mlclient | |
the namespace which wraps all Core Public C++ API classes. | |
Functions | |
void | mlclient::libraryLoggingInit () |
MLCLIENT_API void | mlclient::reconfigureLogging (int argc, const char *argv[]) |
Reconfigure logging from command line args. More... | |
MLCLIENT_API void | mlclient::reconfigureLoggingSettings (const LoggingConfiguration &config) |
Reconfigures logging from a LoggingConfiguration struct. More... | |
Defines implementation-independent logging functionality for mlcplusplus.