OSSIA
Open Scenario System for Interactive Application
ossia::net::network_logger Class Reference

Stores custom loggers for the inbound and outbound network messages. More...

Detailed Description

Stores custom loggers for the inbound and outbound network messages.

Public Member Functions

 network_logger (std::shared_ptr< ossia::logger_type > i, std::shared_ptr< ossia::logger_type > o)
 

Public Attributes

std::shared_ptr< ossia::logger_type > inbound_logger
 inbound_logger Set log function for messages coming from outside.
 
std::shared_ptr< ossia::logger_type > outbound_logger
 outbound_logger Set log function for messages going outside.
 
std::shared_ptr< ossia::logger_type > inbound_listened_logger
 
std::shared_ptr< ossia::logger_type > outbound_listened_logger