Simple-Log
alpha-v0.7
|
Provides a layer of abstraction to Record member setter. More...
#include <Record.hpp>
Static Public Attributes | |
constexpr static auto | message { [](auto& record) { return record.message(); } } |
constexpr static auto | severity { [](auto& record) { return record.severity(); } } |
constexpr static auto | channel { [](auto& record) { return record.channel(); } } |
constexpr static auto | timePoint { [](auto& record) { return record.timePoint(); } } |
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.
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |