Class MultiplexerBackend
A multiplexer is a logging backend that sends logging events to other logging backends.
Implements
Namespace: PostSharp.Patterns.Diagnostics.Backends.Multiplexer
Assembly: PostSharp.Patterns.Diagnostics.dll
Syntax
public sealed class MultiplexerBackend : LoggingBackend
Constructors
Name | Description |
---|---|
MultiplexerBackend(LoggingBackend[]) | Initializes a new multiplexer backend. |
Properties
Name | Description |
---|---|
Backends | Gets the child backends. |