MultiplexerBackend(params LoggingBackend[])
Initializes a new multiplexer backend.
Declaration
public MultiplexerBackend(params LoggingBackend[] backends)
Parameters
Type | Name | Description |
---|---|---|
LoggingBackend[] | backends | These backends will receive logging events. They'll receive them in order. They will be disposed when the MultiplexerBackend will be disposed. |