#include <log_filter.h>
 | 
| std::string  | filter (std::string statement) const | 
|   | 
| void  | add_pattern (const std::string &pattern, const std::vector< size_t > &group_indices) | 
|   | 
| void  | add_pattern (const std::string &pattern, const std::string &replacement) | 
|   | 
◆ add_pattern() [1/2]
      
        
          | void mysqlrouter::LogFilter::add_pattern  | 
          ( | 
          const std::string &  | 
          pattern,  | 
        
        
           | 
           | 
          const std::string &  | 
          replacement  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ add_pattern() [2/2]
      
        
          | void mysqlrouter::LogFilter::add_pattern  | 
          ( | 
          const std::string &  | 
          pattern,  | 
        
        
           | 
           | 
          const std::vector< size_t > &  | 
          group_indices  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ filter()
      
        
          | std::string mysqlrouter::LogFilter::filter  | 
          ( | 
          std::string  | 
          statement | ) | 
           const | 
        
      
 
 
◆ kFillCharacter
  
  
      
        
          | const char mysqlrouter::LogFilter::kFillCharacter = '*' | 
         
       
   | 
  
static   | 
  
 
 
◆ kFillSize
  
  
      
        
          | const unsigned int mysqlrouter::LogFilter::kFillSize = 3 | 
         
       
   | 
  
static   | 
  
 
 
◆ patterns_
The documentation for this class was generated from the following files: