NLog Logging Library

TargetCollection.Add Method 

[This is preliminary documentation and subject to change.]

Adds an instance of type Target to the end of this TargetCollection.

[Visual Basic]
Overridable Public Sub Add( _
   ByVal value As Target _
)
[C#]
public virtual void Add(
   Target value
);

Parameters

value
The Target to be added to the end of this TargetCollection.

See Also

TargetCollection Class | NLog Namespace