9 #ifndef CPPLOGGING_LAYOUTS_EMPTY_LAYOUT_H
10 #define CPPLOGGING_LAYOUTS_EMPTY_LAYOUT_H
EmptyLayout & operator=(EmptyLayout &&)=delete
virtual ~EmptyLayout()=default
void LayoutRecord(Record &record) override
Layout the given logging record into a raw buffer.
EmptyLayout & operator=(const EmptyLayout &)=delete
EmptyLayout(EmptyLayout &&)=delete
EmptyLayout(const EmptyLayout &)=delete
Logging layout interface.
std::vector< uint8_t > raw
Record content after layout.
Logging layout interface definition.
C++ Logging project definitions.