My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
Usage  
How to use jstracing
Updated May 21, 2008 by israel.schulman

Adding a trace message

trace.entry([message],[type]);

//EXAMPLES

//informational
trace.entry("This is a test message","info");

//warning
trace.entry("This is a test message","warn");

Disable tracing

Change the value of enable_tracing to false

var enable_tracing = false;
Powered by Google Project Hosting