AggregateLogger Constructor
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Sub New ( _
ParamArray loggers As ITFLogger() _
)
public AggregateLogger(
params ITFLogger[] loggers
)
public:
AggregateLogger(
... array<ITFLogger^>^ loggers
)
new :
loggers:ITFLogger[] -> AggregateLogger
public function AggregateLogger(
... loggers : ITFLogger[]
)
Parameters
- loggers
Type: array<Microsoft.TeamFoundation.Common.ITFLogger[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.