#include <memory>
#include <mutex>
#include <string>
Go to the source code of this file.
|  | 
| void | cpp_redis::debug (const std::string &msg, const std::string &file, std::size_t line) | 
|  | 
| void | cpp_redis::info (const std::string &msg, const std::string &file, std::size_t line) | 
|  | 
| void | cpp_redis::warn (const std::string &msg, const std::string &file, std::size_t line) | 
|  | 
| void | cpp_redis::error (const std::string &msg, const std::string &file, std::size_t line) | 
|  | 
◆ __CPP_REDIS_LOG
      
        
          | #define __CPP_REDIS_LOG | ( |  | level, | 
        
          |  |  |  | msg | 
        
          |  | ) |  |  | 
      
 
convenience macro to log with file and line information