IAutomationAddToErrorLog Method

Add an entry to the error log, this can be a warning too.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static void AddToErrorLog(
	string WarningOrError,
	bool IsError = true
)

Parameters

WarningOrError  String
The text to add to the error log.
IsError  Boolean  (Optional)
Is it a error or warning?

See Also