Subversion Repositories eFlore/Applications.cel

Rev

Rev 1350 | Rev 1874 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1350 Rev 1755
Line 480... Line 480...
480
		}
480
		}
Line 481... Line 481...
481
 
481
 
482
		return $destruction_formats_fichier;
482
		return $destruction_formats_fichier;
Line -... Line 483...
-
 
483
	}
-
 
484
 
-
 
485
	// recopie de Cel->logger() (pas d'extends pour ça)
-
 
486
	public function logger($index,$chaine) {
-
 
487
		if(!class_exists('Log')) {
-
 
488
			Log::getInstance();
-
 
489
		}
-
 
490
 
-
 
491
		Log::setCheminLog($this->config['log']['cheminlog']);
-
 
492
		Log::setTimeZone($this->config['log']['timezone']);
-
 
493
		Log::setTailleMax($this->config['log']['taillemax']);
-
 
494
 
-
 
495
		Log::ajouterEntree($index,$chaine);
483
	}
496
	}
484
 
497
 
485
	/*
498
	/*
486
	 * edge-maximizing crop
499
	 * edge-maximizing crop
487
	 * determines center-of-edginess, then tries different-sized crops around it.
500
	 * determines center-of-edginess, then tries different-sized crops around it.