fann_set_error_log
  Sets where the errors are logged to
  
 
  Description
  
   void fann_set_error_log
    ( resource $errdat
   , string $log_file
   )
  
  
 
  Parameters
  
   
    - 
errdat
- 
     Either neural network resource or neural network trainining data resource. 
- 
log_file
- 
     
      The log file path.
      
 
 
  Return Values
  No value is returned.