DesignHistoryGetAllLogs Method

Get all log entries as list.

Definition

Namespace: PCB_Investigator.Automation.DesignHistory
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Task<List<DesignLogEntry>> GetAllLogs()

Return Value

TaskListDesignLogEntry
You get a list after waiting for the answer.

See Also