[Modify] It will be removed
This commit is contained in:
parent
5c0315a03f
commit
a2fa39f9df
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user