[Modify] Edit it

This commit is contained in:
sta 2017-10-31 17:34:12 +09:00
parent 3229d8e38a
commit f6405621e6

View File

@ -515,15 +515,13 @@ namespace WebSocketSharp
}
/// <summary>
/// Gets the logging functions.
/// Gets the logging function.
/// </summary>
/// <remarks>
/// The default logging level is <see cref="LogLevel.Error"/>. If you would like to change it,
/// you should set this <c>Log.Level</c> property to any of the <see cref="LogLevel"/> enum
/// values.
/// The default logging level is <see cref="LogLevel.Error"/>.
/// </remarks>
/// <value>
/// A <see cref="Logger"/> that provides the logging functions.
/// A <see cref="Logger"/> that provides the logging function.
/// </value>
public Logger Log {
get {