<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN.PviServices > TraceWriter Class > TraceWriter Methods > WriteLine Method > TraceWriter.WriteLine(String, String) Method |
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
);
context
The context the trace line belongs to.
logMessage
The message to be traced
TraceWriter Class | BR.AN.PviServices Namespace | TraceWriter.WriteLine Overload List
Generated from assembly BR.AN.PviServices [8.1.0.4]