LegacyOrleansLogger(String, IList<ILogConsumer>, IPEndPoint) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor
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)
Parameters
- categoryName
- String
category name for current logger
- logConsumers
- IList<ILogConsumer>
log consumers which this logger will log messages to
- ipEndPoint
- IPEndPoint
IP endpoint this logger is associated with