Anklang 0.3.0-460-gc4ef46ba
ASE — Anklang Sound Engine (C++)
« « « Anklang Documentation |
Wrap a string together with its source code location. More...
#include "logging.hh"
Public Member Functions | |
LogFormat (const char *s, std::source_location l=std::source_location::current()) | |
Public Attributes | |
std::source_location | location |
const char *const | cstr |
Wrap a string together with its source code location.
Definition at line 10 of file logging.hh.
Ase::LogFormat::LogFormat | ( | const char * | s, |
std::source_location | l = std::source_location::current() |
||
) |
Definition at line 13 of file logging.hh.
const char* const Ase::LogFormat::cstr |
Definition at line 12 of file logging.hh.
std::source_location Ase::LogFormat::location |
Definition at line 11 of file logging.hh.