Changes between Version 12 and Version 13 of WARPnet1/BuildClientScripts


Ignore:
Timestamp:
Jun 19, 2010, 1:45:22 PM (14 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPnet1/BuildClientScripts

    v12 v13  
    8888To log data to the file pass a formatted string to the `DataLogger` instance. For example:
    8989{{{
     90#!python
    9091 dataLog.log('Data=%d' % (valueToStore))
    9192}}}