source: tmcsimulator/trunk/webapps/unifiedlogger/logger design.txt @ 431

Revision 431, 420 bytes checked in by jdalbey, 7 years ago (diff)

Add new files for prototype of unified logging service

Line 
1FOR each plugin LOOP
2    Call setup
3END LOOP
4
5DO Forever
6
7    Get simulation time
8    Reset Output Buffer
9    FOR each plugin LOOP
10        Run the plugin process returning new log entries
11        Add simulation time and the log entries to the Output Buffer       
12    END LOOP
13    IF the Output Buffer is not empty THEN
14        Write (append) Output Buffer to unified log file
15    END IF
16    Wait one second
17
18END DO
19
Note: See TracBrowser for help on using the repository browser.