Exemplo n.º 1
0
 /**
  * Set the current ESAPI Logger factory object being used to create
  * the ESAPI Logger for this application.
  * 
  * @param string $factory the new ESAPI Logger factory.
  * 
  * @return does not return a value.
  */
 public static function setAuditorFactory($factory)
 {
     self::$_auditorFactory = $factory;
 }