Clone
dcaygill
committed
on 25 Apr 05
/** * Debug * Can be used to print message to a floating windoe and to trace windoe. SHoudl be used over trace(). * Usage: * import org.lam… Show more
/** * Debug * Can be used to print message to a floating windoe and to trace windoe.  SHoudl be used over trace(). * Usage: * import org.lamsfoundation.lams.common.util.Debug; * * Debug.log('_toolkit_mc:'+_toolkit_mc,5,'createToolkit','ToolkitView'); * * */

Show less