![]()  | 
  
    Display_Lib_RPI 2.4.2
    
   A C++ Library to connect electronic displays to Linux single board computers. 
   | 
 
Name space for log file related utilities. More...
Classes | |
| class | logData | 
| Exception class template for handling and logging errors.  More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const std::source_location &location) | 
| Overloaded stream insertion operator for std::source_location.   | |
Name space for log file related utilities.
| std::ostream & rdlib_log::operator<< | ( | std::ostream & | os, | 
| const std::source_location & | location | ||
| ) | 
Overloaded stream insertion operator for std::source_location.
| os | Output stream. | 
| location | Source location containing file name, line, column, and function name. |