[Modify] It will be removed

This commit is contained in:
sta 2018-06-21 19:34:54 +09:00
parent 5c0315a03f
commit a2fa39f9df

View File

@ -83,6 +83,7 @@ namespace WebSocketSharp.Server
/// <see langword="null"/> if the session has not started yet.
/// </para>
/// </value>
[Obsolete ("This property will be removed.")]
protected Logger Log {
get {
return _websocket != null ? _websocket.Log : null;