Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Shaswata Das 5c6fe3db62
Create README.md
4 years ago
..
decode.bat commiting as it is 4 years ago
make.bat commiting as it is 4 years ago
readme.txt commiting as it is 4 years ago
run.bat commiting as it is 4 years ago
start_logger.bat commiting as it is 4 years ago
stop_logger.bat commiting as it is 4 years ago
timertest1.cs commiting as it is 4 years ago
tracetest.cs commiting as it is 4 years ago

readme.txt

This directory contains an example, SimpleExample.cs, that demonstrates software tracing in C#.


1. In order to use the example, the following need to be performed:
a. If TraceEvent.dll is not already registered with the windows registry and the global cache,
execute ..\..\reg_com.bat
b. Execute make.bat to produce the example application
c. Execute start_logger.bat to start the logger for the example application
d. Execute run.bat to run the example application
e. Execute stop_logger.bat
f. Execute decode.bat to format the log file produced by the example application

FmtFile.txt will contain the formatted messages.