Actions
Bug #19669
closedProvide $severity in t3lib_div::sysLog() Hook
Start date:
2008-12-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The severity of the syslog entry should be passed to the hooks processed in t3lib_div::sysLog(). This can be easily done by changing the $params array
from
$params = array('msg'=>$msg, 'extKey'=>$extKey, 'backTrace'=>debug_backtrace());
to
$params = array('msg'=>$msg, 'extKey'=>$extKey, 'backTrace'=>debug_backtrace(), 'severity'=>$severity);
(issue imported from #M9876)
Actions