[Modify] Add it

This commit is contained in:
sta 2017-02-27 16:31:57 +09:00
parent 2dd5c2e4ba
commit 5f99e99a45

View File

@ -88,6 +88,22 @@ namespace WebSocketSharp.Server
#endregion
#region Protected Properties
/// <summary>
/// Gets the logging function for the service.
/// </summary>
/// <value>
/// A <see cref="Logger"/> that provides the logging function.
/// </value>
protected Logger Log {
get {
return _log;
}
}
#endregion
#region Public Properties
/// <summary>