[Modify] It will be removed
This commit is contained in:
@@ -83,6 +83,7 @@ namespace WebSocketSharp.Server
|
|||||||
/// <see langword="null"/> if the session has not started yet.
|
/// <see langword="null"/> if the session has not started yet.
|
||||||
/// </para>
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
|
[Obsolete ("This property will be removed.")]
|
||||||
protected Logger Log {
|
protected Logger Log {
|
||||||
get {
|
get {
|
||||||
return _websocket != null ? _websocket.Log : null;
|
return _websocket != null ? _websocket.Log : null;
|
||||||
|
Reference in New Issue
Block a user