Beispiel #1
0
 protected function log($sMessage, $sStatut = Sylma::LOG_STATUT_DEFAULT)
 {
     $aPath = array('@namespace ' . self::NS, '@path ' . $this->getFullPath());
     return Sylma::log($aPath, $mMessage, $sStatut);
 }