Project

General

Profile

Actions

Bug #19669

closed

Provide $severity in t3lib_div::sysLog() Hook

Added by Fabrizio Branca over 15 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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 #1

Updated by Christian Kuhn about 15 years ago

Committed to trunk r5355

Actions

Also available in: Atom PDF