[Modify] Edit it

This commit is contained in:
sta 2021-05-03 21:19:03 +09:00
parent 6314847213
commit faebf0305f

View File

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