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