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 ( _ ParamArray writers As ILogWriter() _ ) |
C# |
---|
public TeeLogWriter( params ILogWriter[] writers ) |
Parameters
- writers
- Type: array<Rebex..::..ILogWriter>[]()[][]
A non-empty array of log writers.