X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fsocket_client.hxx;h=a35bbfdbf938e6b175ccb780024d44e4a888cb3b;hp=d680813b15cc04bdea2b393abeba6644e6cd2317;hb=a7170401dd90dc79cc7d7a808cfe18a06c7e983b;hpb=d184c64894e6c4f3adb9467078acfc9e7446664a diff --git a/src/socket_client.hxx b/src/socket_client.hxx index d680813..a35bbfd 100644 --- a/src/socket_client.hxx +++ b/src/socket_client.hxx @@ -45,6 +45,9 @@ class socket_client_connection : public client_connection, public socket_handler std::string server; int port; + std::ostream* get_logstream(log_level_values level) + { return client_connection::get_logstream(level); } + public: socket_client_connection(const std::string& _server, int _port, int _max_retries=max_retries_default); socket_client_connection(const std::string& _path, int _max_retries=max_retries_default);