Class Contenido_mpDebug

Description

Contenido debug class, extends mpDebug and adds logging feature by using a wrapper for

  1.  DebuggerFactory::getDebugger('file')->show($var$msg);

Located in /contenido/classes/mp/class.mpdebug.php (line 709)

mpDebug
   |
   --Contenido_mpDebug
Method Summary
 void log (mixed $var, [string $msg = ''])
Variables
Methods
static getInstance (line 716)

Returns a instance of Contenido_mpDebug (singleton implementation)

  • access: public
Contenido_mpDebug getInstance ()

Redefinition of:
mpDebug::getInstance()
Returns a instance of mpDebug (singleton implementation)
log (line 731)

Wrapper for logging a debug message.

  • access: public
void log (mixed $var, [string $msg = ''])
  • mixed $var: Variable to log content
  • string $msg: Message to describe the variable

Inherited Methods

Inherited From mpDebug

 mpDebug::__construct()
 mpDebug::addDebug()
 mpDebug::addVdump()
 mpDebug::comment()
 mpDebug::getCssJsCode()
 mpDebug::getInstance()
 mpDebug::getResults()
 mpDebug::setConfig()
 mpDebug::vdump()
 mpDebug::_addDebugValue()
 mpDebug::_contentOutput()
 mpDebug::_dumpVar()
 mpDebug::_endOutput()
 mpDebug::_getRessourceLinks()
 mpDebug::_getSuperGlobal()
 mpDebug::_nextId()
 mpDebug::_prepareDumpOutput()
 mpDebug::_startOutput()
 mpDebug::_superGlobalTooBig()

Documentation generated on Sun, 08 Feb 2009 22:00:45 +0100 by phpDocumentor 1.4.1