LoggerEntry Constructor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

LoggerEntry Constructor

BR.AN.PviServices .NET


Initializes the instance

[Visual Basic]

<CLSCompliant(IsCompliant:=False)> _

Public Overloads Sub New( _

  ByVal parent As Object, _

  ByVal loggerName As String, _

  ByVal dateTime As Date, _

  ByVal arLess2850 As Boolean _

)

[C#]

[CLSCompliant(IsCompliant=False)]

LoggerEntry(

  object parent,

  string loggerName,

  DateTime dateTime,

  bool arLess2850

);

Parameters

parent

The parent object.

loggerName

The name of the logger module.

dateTime

The date and time.

arLess2850

Is the logger entry from an SG3 or SG4 target. If true the logger entry is from an SG3 or SGC target.

See Also

LoggerEntry Class | BR.AN.PviServices Namespace | LoggerEntry Constructor Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]