Cosmetics : remove spaces at the end of lines and correct lines with more than 80 chars
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1643 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -26,7 +26,7 @@ class logger
|
||||
public $timezone = "UTC";
|
||||
/** Minimum log level in the logs */
|
||||
public $loglevelmin = LOG_NOTICE;
|
||||
/** In Syslog mode, the facility to use
|
||||
/** In Syslog mode, the facility to use
|
||||
See http://fr2.php.net/manual/en/function.openlog.php for $syslogFacility */
|
||||
public $syslogFacility = LOG_USER;
|
||||
/** In Syslog, prefix the log by the text */
|
||||
@@ -48,7 +48,7 @@ class logger
|
||||
LOG_WARNING => "WARNING",
|
||||
LOG_NOTICE => "NOTICE",
|
||||
LOG_INFO => "INFO",
|
||||
LOG_DEBUG => "DEBUG");
|
||||
LOG_DEBUG => "DEBUG");
|
||||
|
||||
/** Store a new message log in the log manager defined by $logtype
|
||||
@param string $message Message to log
|
||||
|
||||
Reference in New Issue
Block a user