Agora  1.2.0
Agora project
systemd_sink.h File Reference
#include <spdlog/sinks/base_sink.h>
#include <spdlog/details/null_mutex.h>
#include <spdlog/details/synchronous_factory.h>
#include <array>
#include <systemd/sd-journal.h>
Include dependency graph for systemd_sink.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  spdlog::sinks::systemd_sink< Mutex >
 

Namespaces

 spdlog
 
 spdlog::sinks
 

Macros

#define SD_JOURNAL_SUPPRESS_LOCATION
 

Typedefs

using spdlog::sinks::systemd_sink_mt = systemd_sink< std::mutex >
 
using spdlog::sinks::systemd_sink_st = systemd_sink< details::null_mutex >
 

Functions

template<typename Factory = spdlog::synchronous_factory>
std::shared_ptr< logger > spdlog::systemd_logger_mt (const std::string &logger_name, const std::string &ident="", bool enable_formatting=false)
 
template<typename Factory = spdlog::synchronous_factory>
std::shared_ptr< logger > spdlog::systemd_logger_st (const std::string &logger_name, const std::string &ident="", bool enable_formatting=false)
 

Macro Definition Documentation

◆ SD_JOURNAL_SUPPRESS_LOCATION

#define SD_JOURNAL_SUPPRESS_LOCATION