You are here

function cmfcClassesCoreStandAlone::setLog in Calendar Systems 7.3

Same name and namespace in other branches
  1. 8 calendar/lib/classesCore.class.inc.php \cmfcClassesCoreStandAlone::setLog()
  2. 8.2 calendar/lib/classesCore.class.inc.php \cmfcClassesCoreStandAlone::setLog()
  3. 6.3 calendar/lib/classesCore.class.inc.php \cmfcClassesCoreStandAlone::setLog()
  4. 6 calendar/lib/classesCore.class.inc.php \cmfcClassesCoreStandAlone::setLog()
  5. 7 calendar/lib/classesCore.class.inc.php \cmfcClassesCoreStandAlone::setLog()
  6. 7.2 calendar/lib/classesCore.class.inc.php \cmfcClassesCoreStandAlone::setLog()
1 call to cmfcClassesCoreStandAlone::setLog()
cmfcClassesCoreStandAlone::setOptionByReference in calendar/lib/classesCore.class.inc.php

File

calendar/lib/classesCore.class.inc.php, line 202

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;
}