Class ilObjDebug Adds Messages to a Logfine. More...
Public Member Functions | |
| ilObjDebug ($file) | |
| debug ($message) | |
Class ilObjDebug Adds Messages to a Logfine.
Definition at line 29 of file class.ilObjDebug.php.
| ilObjDebug::debug | ( | $ | message | ) |
Definition at line 35 of file class.ilObjDebug.php.
{
//Todo: fix this ! Warning: fopen(/opt/ilias/www/htdocs/ilias3/debug/debug.ilObjSCORMTracking): failed to open stream: No such file or directory
//fwrite($this->file,$message);
}
| ilObjDebug::ilObjDebug | ( | $ | file | ) |
Definition at line 30 of file class.ilObjDebug.php.
{
//Todo: fix this ! Warning: fopen(/opt/ilias/www/htdocs/ilias3/debug/debug.ilObjSCORMTracking): failed to open stream: No such file or directory
//$this->file=fopen($file,"a");
}
1.7.1