TraceWriter.WriteLine(String, String) Method

<< 点击显示目录 >>

主页  PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > TraceWriter Class > TraceWriter Methods > WriteLine Method >

TraceWriter.WriteLine(String, String) Method

BR.AN.PviServices .NET


Writes a single line to the trace output. Date and timestamp will be add automatically!!!

[Visual Basic]

Public Overloads Sub WriteLine( _

  ByVal context As String, _

  ByVal logMessage As String _

)

[C#]

public void WriteLine(

  string context,

  string logMessage

);

Parameters

context

The context the trace line belongs to.

logMessage

The message to be traced

See Also

TraceWriter Class | BR.AN.PviServices Namespace | TraceWriter.WriteLine Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]