|
|
|
|
@ -456,9 +456,14 @@ namespace WebSocketSharp.Server
|
|
|
|
|
/// Gets the logging function for the server.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <remarks>
|
|
|
|
|
/// The default logging level is <see cref="LogLevel.Error"/>. If you would
|
|
|
|
|
/// like to change the logging level, you should set this <c>Log.Level</c>
|
|
|
|
|
/// property to any of the <see cref="LogLevel"/> enum values.
|
|
|
|
|
/// <para>
|
|
|
|
|
/// The default logging level is <see cref="LogLevel.Error"/>.
|
|
|
|
|
/// </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>
|
|
|
|
|
/// <value>
|
|
|
|
|
/// A <see cref="Logger"/> that provides the logging function.
|
|
|
|
|
|