[Modify] Edit it
This commit is contained in:
parent
412fe63776
commit
95c2d5ea2f
@ -456,9 +456,14 @@ namespace WebSocketSharp.Server
|
|||||||
/// Gets the logging function for the server.
|
/// Gets the logging function for the server.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// The default logging level is <see cref="LogLevel.Error"/>. If you would
|
/// <para>
|
||||||
/// like to change the logging level, you should set this <c>Log.Level</c>
|
/// The default logging level is <see cref="LogLevel.Error"/>.
|
||||||
/// property to any of the <see cref="LogLevel"/> enum values.
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// If you would like to change the logging level,
|
||||||
|
/// 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 function.
|
/// A <see cref="Logger"/> that provides the logging function.
|
||||||
|
Loading…
Reference in New Issue
Block a user