From 95c2d5ea2fc54b0bb737089d9829356eb8ab3610 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 17 Feb 2017 14:31:25 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 5b9bee3b..2ad3ff0f 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -456,9 +456,14 @@ namespace WebSocketSharp.Server /// Gets the logging function for the server. /// /// - /// 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. + /// + /// The default logging level is . + /// + /// + /// If you would like to change the logging level, + /// you should set the Log.Level property to + /// any of the enum values. + /// /// /// /// A that provides the logging function.