Fix a few
This commit is contained in:
parent
5bb4912742
commit
ec4dbc8aab
@ -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`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user