LoggerCollection.Add Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

LoggerCollection.Add Method

BR.AN.PviServices .NET


Add the logger to the collection.

[Visual Basic]

Public Overloads Sub Add( _

  ByVal logger As Logger _

)

[C#]

public int Add(

  Logger logger

);

Parameters

logger

The reference of the logger module to add.

Return Value

The position where the logger has been add.

See Also

LoggerCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]