X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=src%2Fsocket_client.hxx;h=a35bbfdbf938e6b175ccb780024d44e4a888cb3b;hp=d680813b15cc04bdea2b393abeba6644e6cd2317;hb=28cb45a5725e9c6054d7048a9bf969b9f2c94d64;hpb=cc68aabb16ec32278df8b071c4c9efec7e9f0dce 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);