PCBIReportDialogAppendLog Method

Appends a Text to the Log

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void AppendLog(
	string text,
	PCBIReportDialogLogType type = PCBIReportDialogLogType.Log
)

Parameters

text  String
Text
type  PCBIReportDialogLogType  (Optional)
Type (=>Icon)

See Also