LogManager.LogConsumers Property
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.
The set of ILogConsumer references to write log events to.
public static System.Collections.Concurrent.ConcurrentBag<Orleans.Runtime.ILogConsumer> LogConsumers { get; }
static member LogConsumers : System.Collections.Concurrent.ConcurrentBag<Orleans.Runtime.ILogConsumer>
Public Shared ReadOnly Property LogConsumers As ConcurrentBag(Of ILogConsumer)