Added logging

This commit is contained in:
sta
2013-07-15 20:42:55 +09:00
parent e3ff26a2d5
commit 49dc8800d3
15 changed files with 940 additions and 226 deletions

View File

@@ -72,6 +72,9 @@ namespace Example1
private void configure()
{
#if DEBUG
_ws.Log.Level = LogLevel.TRACE;
#endif
_ws.OnOpen += (sender, e) =>
{
var msg = createTextMessage("connection", String.Empty);