Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
#include <string_view>
Go to the source code of this file.
Namespaces | |
namespace | couchbase |
Represents a single item from the result of collection::scan() | |
namespace | couchbase::logger |
Enumerations | |
enum class | log_level { trace , debug , info , warn , error , critical , off } |
Functions | |
void | set_level (log_level level) |
void | initialize_console_logger () |
void | initialize_file_logger (std::string_view filename) |
void | initialize_protocol_logger (std::string_view filename) |
void | flush_all_loggers () |
void | shutdown_all_loggers () |