PCBIReportDialogLogType Enumeration

Handle log, warning and errors.

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public enum LogType

Members

Log0 Is only information.
Warning1 Should not be or can be dangerous.
Error2 Error means you have to check the result, somethin is wrong there.

See Also