Creates a new instance of a tee log writer over given set of individual writers.

Namespace:  Rebex
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Sub New ( _
	writers As IEnumerable(Of ILogWriter) _
)
C#
public TeeLogWriter(
	IEnumerable<ILogWriter> writers
)

Parameters

writers
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'ILogWriter>)>)>
A non-empty collection of log writers.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also