Logger Constructor

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > Logger Class >

Logger Constructor

BR.AN.PviServices .NET


Initializes a new instance of the Logger class.

[Visual Basic]

Public Overloads Sub New( _

  ByVal cpu As Cpu, _

  ByVal name As String _

)

[C#]

Logger(

  Cpu cpu,

  string name

);

Parameters

cpu

The parent cpu object.

name

The name of the logger module.

See Also

Logger Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]