Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
logger.hxx File Reference
#include <string_view>
Include dependency graph for logger.hxx:

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 ()