Fix a few

This commit is contained in:
sta 2014-01-22 14:16:22 +09:00
parent 5bb4912742
commit ec4dbc8aab

View File

@ -467,7 +467,7 @@ wssv.AuthenticationSchemes = AuthenticationSchemes.Digest;
The `WebSocket` class includes the own logging function. The `WebSocket` class includes the own logging function.
You can access the logging function with the `WebSocket.Log` property. (Its type is `WebSocketSharp.Logger`.) You can access it with the `WebSocket.Log` property. (Its type is `WebSocketSharp.Logger`.)
If you want to change the current logging level (the default logging level is `WebSocketSharp.LogLevel.ERROR`), you should set any of the `LogLevel` values to the `WebSocket.Log.Level`. If you want to change the current logging level (the default logging level is `WebSocketSharp.LogLevel.ERROR`), you should set any of the `LogLevel` values to the `WebSocket.Log.Level`.