-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Voir la méthode slash.php : log($log_info,$log_title,$log_type,$clear). Utilisation dans les modules $this->slash->log("mon log");
- Loading branch information
Showing
5 changed files
with
144 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?php | ||
/** | ||
* @package SLASH-CMS | ||
* @subpackage Constants | ||
* @internal Constants Logs | ||
* @version logs.php | ||
* @author Julien Veuillet [http://www.wakdev.com] | ||
* @copyright Copyright(C) 2009 - Today. All rights reserved. | ||
* @license GNU/GPL | ||
This program is free software : you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
*/ | ||
|
||
define("SL_LOG_TYPE_INFO", "INFO"); | ||
define("SL_LOG_TYPE_ERROR", "ERROR"); | ||
define("SL_LOG_TYPE_DEBUG", "DEBUG"); | ||
define("SL_LOG_TYPE_SYSTEM", "SYSTEM"); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,5 +25,5 @@ | |
*/ | ||
|
||
include ("errors.php"); | ||
|
||
include ("logs.php"); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bcf8dfd
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Utilisation dans les modules : $this->slash->("log");
Ou plus complet : $this->slash->("log","titre",CONSTANT TYPE LOG);
Pour plus de lisibilité, je conseil de placer dans le titre le nom du module en cours.
L'activation des logs et paramétrage de la rotation est situé dans le fichier de config.