/**
  * @author Mauricio Giraldo
  * @desc Error management
  * @version 1.0 03/05/2010
  * @param $error The error reported
  * @return NONE
  */
 private function errorLog($error)
 {
     logFactory::error($this, $error);
 }