<< Click to Display Table of Contents >> Navigation: »No topics above this level« LoggerEntry Constructor |
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)]
object parent,
string loggerName,
DateTime dateTime,
bool arLess2850
);
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.
LoggerEntry Class | BR.AN.PviServices Namespace | LoggerEntry Constructor Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]