9 #ifndef CPPLOGGING_LAYOUTS_BINARY_LAYOUT_H
10 #define CPPLOGGING_LAYOUTS_BINARY_LAYOUT_H
void LayoutRecord(Record &record) override
Layout the given logging record into a raw buffer.
BinaryLayout & operator=(const BinaryLayout &)=delete
BinaryLayout(BinaryLayout &&)=delete
BinaryLayout & operator=(BinaryLayout &&)=delete
virtual ~BinaryLayout()=default
BinaryLayout(const BinaryLayout &)=delete
Logging layout interface.
Logging layout interface definition.
C++ Logging project definitions.