Motion Master 6.0.0-alpha.50
Next-generation motion control software
Loading...
Searching...
No Matches
ring_log_sink.h File Reference
#include <spdlog/sinks/base_sink.h>
#include <cstddef>
#include <deque>
#include <mutex>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for ring_log_sink.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mm::RingLogSink< Mutex >
 Thread-safe spdlog sink that retains the most recent log entries in memory. More...
 

Namespaces

namespace  mm
 

Typedefs

using mm::RingLogSinkMt = RingLogSink< std::mutex >
 Convenience alias: RingLogSink with a std::mutex (multi-threaded).