#include <gnuradio/logger.h>
◆ logging()
  
  | 
        
          | gr::logging::logging | ( | logging const & |  | ) |  |  | delete | 
 
 
◆ add_debug_console_sink()
      
        
          | void gr::logging::add_debug_console_sink | ( |  | ) |  | 
      
 
add a default-constructed console sink to the debugging logger 
 
 
◆ add_debug_sink()
      
        
          | void gr::logging::add_debug_sink | ( | const spdlog::sink_ptr & | sink | ) |  | 
      
 
 
◆ add_default_console_sink()
      
        
          | void gr::logging::add_default_console_sink | ( |  | ) |  | 
      
 
add a default-constructed console sink to the default logger 
 
 
◆ add_default_sink()
      
        
          | void gr::logging::add_default_sink | ( | const spdlog::sink_ptr & | sink | ) |  | 
      
 
 
◆ debug_level()
get the debug logging level 
 
 
◆ default_backend()
      
        
          | spdlog::sink_ptr gr::logging::default_backend | ( |  | ) | const | 
      
 
 
◆ default_level()
  
  | 
        
          | log_level gr::logging::default_level | ( |  | ) | const |  | inline | 
 
get the default logging level 
 
 
◆ operator=()
  
  | 
        
          | void gr::logging::operator= | ( | logging const & |  | ) |  |  | delete | 
 
 
◆ set_debug_level()
      
        
          | void gr::logging::set_debug_level | ( | log_level | level | ) |  | 
      
 
set the debug logging level 
 
 
◆ set_default_level()
      
        
          | void gr::logging::set_default_level | ( | log_level | level | ) |  | 
      
 
set the default logging level 
 
 
◆ singleton()
  
  | 
        
          | logging & gr::logging::singleton | ( |  | ) |  |  | static | 
 
 
◆ default_pattern
  
  | 
        
          | const char* gr::logging::default_pattern = "%n :%l: %v" |  | staticconstexpr | 
 
 
The documentation for this class was generated from the following file: