Motion Master 6.0.0-alpha.86
Next-generation motion control software
Loading...
Searching...
No Matches
mm::LogSinks Struct Reference

The two sinks that exist before any configuration is read. More...

#include <logging.h>

Collaboration diagram for mm::LogSinks:
[legend]

Public Attributes

std::shared_ptr< RingLogSinkMtring
 Backs GET /api/log. The HTTP server borrows it for the lifetime of the process.
 
std::shared_ptr< spdlog::sinks::stdout_color_sink_mt > console
 

Detailed Description

The two sinks that exist before any configuration is read.

Member Data Documentation

◆ console

std::shared_ptr<spdlog::sinks::stdout_color_sink_mt> mm::LogSinks::console

◆ ring

std::shared_ptr<RingLogSinkMt> mm::LogSinks::ring

Backs GET /api/log. The HTTP server borrows it for the lifetime of the process.


The documentation for this struct was generated from the following file: