Files required:
- jstracing.css
- jstracing.js
- jquery version 1.2.3+
- information.png
- error.png
Include the first three files:
<link rel="stylesheet" type="text/css" href="css/jstracing.css" />
<script type="text/javascript" src="js/jstracing.js"></script>
<script type="text/javascript" src="js/jquery-1.2.3.min.js"></script>
The image files should be placed in same directory structure as specified in jstracing.css.
#tracing_output_container .tracing_output_content div.traceMsgInfo{
background: url(../images/information.png) no-repeat;
}
#tracing_output_container .tracing_output_content div.traceMsgWarn{
background: url(../images/error.png) no-repeat;
}You can obviously change the above code to reflect your own directory structure.
That should be everything regarding the setup.
Check out the Usage page in this wiki for usage instruction.