DebugWindow

Class DwState

Object
   |
   +--DwState

class DwState

Do not instantiate this class directly. Instead use the DwObj global.

Defined in DebugWindow.js


Constructor Summary
DwState ()
           
 
Method Summary
 function Clear()
           Delete contents of output window.
 function GetAllOutput()
           Gets the logged text.
 function GetEnabled()
           Gets the time stamp portion of the logging to the provided value.
 function GetLogTimeStamps()
           Gets the time stamp portion of the logging to the provided value.
 function Log()
           Log the provided message to the output debug window.
 function SetEnabled(newVal)
           Returns if calls to Log results in output.
 function SetLogTimeStamps(newVal)
           Sets the time stamp portion of the logging to the provided value.
 function TestIsNormalizeBroken()
          
 function WriteWindowGuts()
          

Constructor Detail

DwState

function DwState()
Method Detail

Clear

function Clear()

GetAllOutput

function GetAllOutput()

GetEnabled

function GetEnabled()

GetLogTimeStamps

function GetLogTimeStamps()

Log

function Log()

SetEnabled

function SetEnabled(newVal)

SetLogTimeStamps

function SetLogTimeStamps(newVal)

TestIsNormalizeBroken

function TestIsNormalizeBroken()

WriteWindowGuts

function WriteWindowGuts()

DebugWindow