domci update
Store the version 0.51 git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4267 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
5
form.php
5
form.php
@@ -110,7 +110,8 @@ class form
|
||||
/** Set logging class an method
|
||||
* @param callable $loggingCallable The callable function. This method will
|
||||
* receive two params : the LOG level (LOG_ERROR...) and the message
|
||||
* @param string|null $basemsg The basemsg added at the beginning of the log
|
||||
* @param string|null $loggingBasemsg The basemsg added at the beginning of
|
||||
* the log
|
||||
*/
|
||||
public function logging ($loggingCallable, $loggingBasemsg = "")
|
||||
{
|
||||
@@ -120,6 +121,8 @@ class form
|
||||
// }}}
|
||||
|
||||
/** The private method to log if the $this->loggingCallable is defined
|
||||
* @param integer $prio The priority of the message
|
||||
* @param string $msg The message to store
|
||||
*/
|
||||
private function loggingCallable ($prio, $msg)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user