From 16bb5ebf1e0aa41f7b70ed5982eba3001bb0fff6 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 10 Jul 2016 14:54:41 +0900 Subject: [PATCH] [Modify] Edit it --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5aba473..52c5185e 100644 --- a/README.md +++ b/README.md @@ -612,7 +612,7 @@ I have tested this with the [Squid]. And it's necessary to disable the following ### Logging ### -The `WebSocket` class includes the own logging function. +The `WebSocket` class has the own logging function. You can use it with the `WebSocket.Log` property (returns a `WebSocketSharp.Logger`). @@ -630,7 +630,7 @@ And if you would like to output a log, you should use any of the output methods. ws.Log.Debug ("This is a debug message."); ``` -The `WebSocketServer` and `HttpServer` classes include the same logging function. +The `WebSocketServer` and `HttpServer` classes have the same logging function. ## Examples ##