共用方式為


LegacyOrleansLogger(String, IList<ILogConsumer>, IPEndPoint) 建構函式

定義

建構函式

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 端點

適用於