2#include <ossia/detail/config.hpp>
4#include <ossia/detail/logger_fwd.hpp>
25 std::shared_ptr<ossia::logger_type> i, std::shared_ptr<ossia::logger_type> o)
26 : inbound_logger{std::move(i)}
27 , outbound_logger{std::move(o)}
43 std::shared_ptr<ossia::logger_type> inbound_listened_logger;
44 std::shared_ptr<ossia::logger_type> outbound_listened_logger;
Stores custom loggers for the inbound and outbound network messages.
Definition network_logger.hpp:19
std::shared_ptr< ossia::logger_type > outbound_logger
outbound_logger Set log function for messages going outside.
Definition network_logger.hpp:40
std::shared_ptr< ossia::logger_type > inbound_logger
inbound_logger Set log function for messages coming from outside.
Definition network_logger.hpp:35
spdlog::logger & logger() noexcept
Where the errors will be logged. Default is stderr.
Definition context.cpp:118