Struct logger::LogSource
ClassList > logger > LogSource
Public Attributes
| Type | Name |
|---|---|
| std::source_location | loc |
| std::string_view | msg |
Public Functions
| Type | Name |
|---|---|
| constexpr | LogSource (const StringType & m, const std::source_location & l=std::source_location::current()) |
Public Attributes Documentation
variable loc
std::source_location logger::LogSource::loc;
variable msg
std::string_view logger::LogSource::msg;
Public Functions Documentation
function LogSource
template<typename StringType>
inline constexpr logger::LogSource::LogSource (
const StringType & m,
const std::source_location & l=std::source_location::current()
)
The documentation for this class was generated from the following file logger.h