mpacklog — Log dictionaries to file using MessagePack
v2.1.0
|
#include <palimpsest/Dictionary.h>
#include <fstream>
#include <string>
#include <thread>
#include <utility>
#include <vector>
#include "mpacklog/CircularBuffer.h"
Go to the source code of this file.
Classes | |
class | mpacklog::Logger |
Multi-threaded logger. More... | |
Namespaces | |
mpacklog | |
Log action and observation dictionaries to MessagePack binary files. | |
Variables | |
constexpr size_t | mpacklog::kBufferSize = 1024 |
Number of slots in the internal circular buffer. More... | |