Hi benry!
We recently released the 0.12.0 version of openvibe.
This new version includes a patch to the time formatting. Now every log messages are printed with
time in seconds.
You can set the format and precision you want to see by modifying
your configuration file.
The configuration tokens modify the format for the log file (the file in
dist/log/):
Code:
# to enable the hexadecimal print (0x----)
Kernel_FileLogWithHexa = True
# to log the time in second or in 32:32 fixed point values
Kernel_FileLogTimeInSecond = False
# If the log time in seconds is enabled, set the number of digits after the point
Kernel_FileLogTimePrecision = 3
Or for the Designer console :
Code:
# to enable the hexadecimal print (0x----)
Designer_ConsoleLogWithHexa = false
# to log the time in second or in 32:32 fixed point values
Designer_ConsoleLogTimeInSecond = True
# If the log time in seconds is enabled, set the number of digits after the point
Designer_ConsoleLogTimePrecision = 3
I hope this will be helpful for you!
Laurent
_________________
Follow us on twitter >>
openvibebciCheckout my (old) blog for some OpenViBE tips & tricks :
here !