#include "logging.hh"
Public Member Functions | |
LogFormat (const char *s, std::source_location l=std::source_location::current()) | |
Public Attributes | |
const char *const | cstr |
std::source_location | location |
Wrap a string together with its source code location.
LogFormat | ( | const char * | s, |
std::source_location | l = std::source_location::current() |
||
) |
std::source_location location |
const char* const cstr |