52 $this->_sStackTrace = $sStackTrace;
72 $this->_aValues = $aValues;
83 $this->_aValues[$sName] = $sValue;
93 $this->_sType = $sType;
115 return $this->_aValues[$sName];
125 $this->_blDebug = $bl;
135 $this->_sMessage = $sMessage;
144 $this->_aMessageArgs = func_get_args();
154 if ($this->_blDebug) {
159 if (!empty($this->_aMessageArgs)) {
160 $sString = vsprintf($sString, $this->_aMessageArgs);
175 foreach ($this->_aValues as $key => $value) {
176 $sRes .= $key .
" => " . $value .
"\n";