Example #1
0
 /**
  * Constructor.
  * @param mixed $config An object, array, or Configuration to sets up
  * initial log configuration.  If not supplied, the global
  * $ATSUMI_LOGCONFIG is used.
  */
 function AtsumiLogger(&$config)
 {
     global $ATSUMI_LOGCONFIG;
     $this->config =& GetConfigurationRef($config);
     $this->config->setDefault(5, 'detail');
 }