MDF Lib 2.2
Interface against MDF 3/4 files
|
This is a replacement for the std::source_location library. The standard source_location library cannot be used due to user requirement of C++ 17 version.
#include <mdflogstream.h>
Public Attributes | |
int | line = 0 |
Source code line. | |
int | column = 0 |
Source code column. | |
std::string | file |
Source code file name (avoid path). | |
std::string | function |
Source code function. | |