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:
2018-07-06 17:44:35 +00:00
parent fb361bfaa4
commit 4459e9595d
3 changed files with 6 additions and 3 deletions

View File

@@ -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)
{