function cmfcClassesCoreStandAlone::setLog in Calendar Systems 8.2
Same name and namespace in other branches
- 8 calendar/lib/classesCore.class.inc.php \cmfcClassesCoreStandAlone::setLog()
- 6.3 calendar/lib/classesCore.class.inc.php \cmfcClassesCoreStandAlone::setLog()
- 6 calendar/lib/classesCore.class.inc.php \cmfcClassesCoreStandAlone::setLog()
- 7.3 calendar/lib/classesCore.class.inc.php \cmfcClassesCoreStandAlone::setLog()
- 7 calendar/lib/classesCore.class.inc.php \cmfcClassesCoreStandAlone::setLog()
- 7.2 calendar/lib/classesCore.class.inc.php \cmfcClassesCoreStandAlone::setLog()
1 call to cmfcClassesCoreStandAlone::setLog()
File
- calendar/
lib/ classesCore.class.inc.php, line 204
Class
- cmfcClassesCoreStandAlone
- all cmf classes inherit from this class
Code
function setLog(&$value) {
//if (!empty($this->_oLog))
//$this->_oLog=&Log::singleton('file', 'out.log', 'CreativeMindFramework');
$this->_oLog =& $value;
}