Partager via


LegacyOrleansLogger(String, IList<ILogConsumer>, IPEndPoint) Constructeur

Définition

Constructeur

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)

Paramètres

categoryName
String

nom de catégorie pour l’enregistreur d’événements actuel

logConsumers
IList<ILogConsumer>

consommateurs de journaux auxquels cet enregistreur d’événements journalise les messages

ipEndPoint
IPEndPoint

Point de terminaison IP associé à cet enregistreur d’événements

S’applique à