Simple-Log
alpha-v0.7
|
Provides a layer of abstraction to Record member setter. More...
#include <Record.hpp>
Public Types | |
using | Record_t = std::remove_cvref_t< TRecord > |
Static Public Attributes | |
constexpr static auto | setMessage |
constexpr static auto | setSeverity |
constexpr static auto | setChannel |
constexpr static auto | setTimePoint |
Provides a layer of abstraction to Record member setter.
TRecord | The used Record type |
There is no need for the users using this type of indirection. The library makes use of this abstraction, thus users may specialize it to use Record types, which does not fit in the original concept and trait syntax provided by this library.
using sl::log::RecordSetters< TRecord >::Record_t = std::remove_cvref_t<TRecord> |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |