#include <uhd/utils/log.hpp>
Logging info structure
Information needed to create a log entry is fully contained in the logging_info structure. 
 
◆ logging_info() [1/2]
  
  
      
        
          | uhd::log::logging_info::logging_info  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ logging_info() [2/2]
  
  
      
        
          | uhd::log::logging_info::logging_info  | 
          ( | 
          const boost::posix_time::ptime &  | 
          time_,  | 
         
        
           | 
           | 
          const uhd::log::severity_level &  | 
          verbosity_,  | 
         
        
           | 
           | 
          const std::string &  | 
          file_,  | 
         
        
           | 
           | 
          const unsigned int &  | 
          line_,  | 
         
        
           | 
           | 
          const std::string &  | 
          component_,  | 
         
        
           | 
           | 
          const boost::thread::id &  | 
          thread_id_  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ component
      
        
          | std::string uhd::log::logging_info::component | 
        
      
 
 
◆ file
      
        
          | std::string uhd::log::logging_info::file | 
        
      
 
 
◆ line
      
        
          | unsigned int uhd::log::logging_info::line | 
        
      
 
 
◆ message
      
        
          | std::string uhd::log::logging_info::message | 
        
      
 
 
◆ thread_id
      
        
          | boost::thread::id uhd::log::logging_info::thread_id | 
        
      
 
 
◆ time
      
        
          | boost::posix_time::ptime uhd::log::logging_info::time | 
        
      
 
 
◆ verbosity
The documentation for this struct was generated from the following file: