some logging

This commit is contained in:
Peter Thorson
2013-04-24 07:00:39 -05:00
parent 1081fcb6ef
commit d1e05df4fa

View File

@@ -65,6 +65,8 @@ int main() {
con->readsome(temp.data(),temp.size());
std::cout << temp;
std::cout.flush();
s.get_alog().write(websocketpp::log::alevel::app,
"Got input bytes: "+temp);
}
/*char buf[512];