Agora  1.2.0
Agora project
spdlog::sinks::tcp_sink_config Struct Reference

#include <tcp_sink.h>

Public Member Functions

 tcp_sink_config (std::string host, int port)
 

Public Attributes

std::string server_host
 
int server_port
 
bool lazy_connect = false
 

Constructor & Destructor Documentation

◆ tcp_sink_config()

spdlog::sinks::tcp_sink_config::tcp_sink_config ( std::string  host,
int  port 
)
inline

Member Data Documentation

◆ lazy_connect

bool spdlog::sinks::tcp_sink_config::lazy_connect = false

◆ server_host

std::string spdlog::sinks::tcp_sink_config::server_host

◆ server_port

int spdlog::sinks::tcp_sink_config::server_port

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