Anklang C++ API 0.0.0
Loading...
Searching...
No Matches
LogFormat

#include "logging.hh"

Public Member Functions

LogFormat (const char *s, std::source_location l=std::source_location::current())

Public Attributes

const char *constcstr
std::source_locationlocation

Detailed Description

Wrap a string together with its source code location.

Constructor & Destructor Documentation

LogFormat()

LogFormat ( const char * s,
std::source_location l = std::source_location::current()
)

Member Data Documentation

location

std::source_location location

cstr

const char* const cstr