LegacyOrleansLogger(String, IList<ILogConsumer>, IPEndPoint) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建構函式
public LegacyOrleansLogger (string categoryName, System.Collections.Generic.IList<Orleans.Runtime.ILogConsumer> logConsumers, System.Net.IPEndPoint ipEndPoint);
new Orleans.Logging.Legacy.LegacyOrleansLogger : string * System.Collections.Generic.IList<Orleans.Runtime.ILogConsumer> * System.Net.IPEndPoint -> Orleans.Logging.Legacy.LegacyOrleansLogger
Public Sub New (categoryName As String, logConsumers As IList(Of ILogConsumer), ipEndPoint As IPEndPoint)
參數
- categoryName
- String
目前記錄器的類別名稱
- logConsumers
- IList<ILogConsumer>
此記錄器會將訊息記錄到其中的記錄取用者
- ipEndPoint
- IPEndPoint
與此記錄器相關聯的 IP 端點