[TYPO3] Where doe it send the log entry? $GLOBALS['TT']->setTSlogMessage($error,3);
Dmitry Dulepov [typo3]
dmitry at typo3.org
Fri Jun 6 16:29:44 CEST 2008
Hi!
T.M.Snyder wrote:
> I have a code snippet which states the following:
>
> if ($error = $GLOBALS['TYPO3_DB']->sql_error()) {
> $GLOBALS['TT']->setTSlogMessage($error,3);
>
>
> but where does the logentry go to?
>
> Where can I see the logged errors?
Admin panel. If you need better logging, use t3lib_div::devLog. There are seeveral extensions in TER that save this output to file or database.
--
Dmitry Dulepov
Learn more about TYPO3: http://typo3bloke.net/
More information about the TYPO3-english
mailing list