mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:59:33 +08:00
Update tcp_sink.h
This commit is contained in:
@@ -53,9 +53,7 @@ public:
|
|||||||
{
|
{
|
||||||
this->client_.connect(config_.server_host, config_.server_port);
|
this->client_.connect(config_.server_host, config_.server_port);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
~tcp_sink() override = default;
|
~tcp_sink() override = default;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user