Changes between Version 6 and Version 7 of Software/userlog


Ignore:
Timestamp:
08/15/11 14:40:36 (13 years ago)
Author:
sherbold
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/userlog

    v6 v7  
    2929== Build information == 
    3030 
    31 The project is developed with Visual Studio 2008 and should compile cleanly. If the linker crashes during incremental builds, simply build again. It will be successful the second time. The {{{__USING_MTRACE__}}} can only be compiled in cooperation with software from [http://www.mahr.com Mahr] and should therefore not be enabled.  
     31The project is developed with Visual Studio 2008 and should compile cleanly. If the linker crashes during incremental builds, simply build again. It will be successful the second time. 
     32 
     33The logging protocol is selected using defines: 
     34 - {{{__USING_MTRACE__}}} can only be compiled in cooperation with software from [http://www.mahr.com Mahr] and should therefore not be enabled.  
     35 - {{{__USING_COSTUMLOG__}}} writes a logfile "usagelog.txt" to the execution path 
     36 - {{{__ENCODE_BASE64__}}} defines that the log shall be encoded base64 
     37 - {{{__TIMING__}}} includes timing information, i.e., measurements how long the logging itself requires, to measure if the application is slowed down due to the logging. 
    3238 
    3339== Architecture ==