file,"a+"); fwrite($fp,$strTxt."\n\r"); fclose($fp); } function debug($strTxt) { $this->wLog('DEBUG', $strTxt); } function info($strTxt) { $this->wLog('INFO', $strTxt); } function notice($strTxt) { $this->wLog('NOTICE', $strTxt); } function warning($strTxt) { $this->wLog('WARNING', $strTxt); } function error($strTxt) { $this->wLog('ERROR', $strTxt); } function fatal($strTxt) { $this->wLog('FATAL', $strTxt); } } ?> Fatal error: Class 'MyLog' not found in /var/www/vhosts/jornadascoaching.org/httpdocs/shop/classes/Db.php on line 109