You are here

function cmfcClassesCore::setLog in Calendar Systems 5

1 call to cmfcClassesCore::setLog()
cmfcClassesCore::setOption in calendar/lib/classesCore.class.inc.php

File

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

Class

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