mpacklog — Log dictionaries to file using MessagePack  v2.1.0
Logger.h File Reference
#include <palimpsest/Dictionary.h>
#include <fstream>
#include <string>
#include <thread>
#include <utility>
#include <vector>
#include "mpacklog/CircularBuffer.h"
Include dependency graph for Logger.h:
This graph shows which files directly or indirectly include this file:

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...