C# Class VAGSuite.ProjectLog

Keeps a project log including notes Start new log file for realtime logging New transaction entry (when changing binary) Synchronizing with ECU Rollback/forward transactions Creation of backup files
Datei anzeigen Open project: Blackfrosch/VAGEDCSuite

Public Methods

Method Description
OpenProjectLog ( string project ) : void
WriteLogbookEntry ( LogbookEntryType type, string logbookEntry ) : void

Method Details

OpenProjectLog() public method

public OpenProjectLog ( string project ) : void
project string
return void

WriteLogbookEntry() public method

public WriteLogbookEntry ( LogbookEntryType type, string logbookEntry ) : void
type LogbookEntryType
logbookEntry string
return void