My Project 3.7.1
C++ Distributed Hash Table
Loading...
Searching...
No Matches
dht::log::LogFormat< Args > Struct Template Reference
Collaboration diagram for dht::log::LogFormat< Args >:

Public Member Functions

template<typename S>
constexpr LogFormat (const S &s)

Public Attributes

fmt::format_string< Args... > fmt
source_loc loc

Detailed Description

template<typename... Args>
struct dht::log::LogFormat< Args >

Definition at line 83 of file logger.h.

Constructor & Destructor Documentation

◆ LogFormat()

template<typename... Args>
template<typename S>
dht::log::LogFormat< Args >::LogFormat ( const S & s)
inlineconstexpr

Definition at line 96 of file logger.h.

Member Data Documentation

◆ fmt

template<typename... Args>
fmt::format_string<Args...> dht::log::LogFormat< Args >::fmt

Definition at line 85 of file logger.h.

◆ loc

template<typename... Args>
source_loc dht::log::LogFormat< Args >::loc

Definition at line 86 of file logger.h.


The documentation for this struct was generated from the following file: