From 81d2834ee7c4c214ad0e2360b5a34caa413da098 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 12 Oct 2016 17:33:07 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 3e520922..f5282eef 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -421,15 +421,15 @@ namespace WebSocketSharp.Server } /// - /// Gets the logging functions. + /// Gets the logging function for the server. /// /// - /// The default logging level is . If you would like to change it, - /// you should set the Log.Level property to any of the enum - /// values. + /// The default logging level is . If you would + /// like to change the logging level, you should set this Log.Level + /// property to any of the enum values. /// /// - /// A that provides the logging functions. + /// A that provides the logging function. /// public Logger Log { get {