Log files

The log files will be in the format outlined by the logfile.xsd schema file. All log files submitted will need to validate against this format to be accepted. You can test your logfile by copying the XSD schema to your home directory and running the following command on the ELW B203 machines:

xmllint --schema logfile.xsd --noout yourlogfile.xml

Note: if you are running this command on a home computer, make sure you're using a version of xmllint which is 20624 or higher (xmllint --version).

If your logfile does not match the standard format, this will print out errors explaining what is missing in your file. Some notes:

Example User Command Set:

ADD, jiosesdo, 100.00
BUY, jiosesdo, ABC, 100.00
BUY, skelsioe, DEF, 1000.00
SELL, bob, GHI, 1000.00

Associated Sample Log File Entries:

<?xml version="1.0"?>
<log>
</log>