[TYPO3-dev] Admin-Log: Where are the entries coming from?

Xavier Perseguers typo3 at perseguers.ch
Fri Feb 13 14:27:45 CET 2009


Xavier Perseguers wrote:
> Hi Christopher,
> 
>>>> But how can I translate those entries?
>>> Those particular entries ("X logged in...") come from the login 
>>> service. However any extension may write to this log. As such those 
>>> calls may be done from the "whole" core or any 3rd party extension 
>>> you use.
>>
>> I already thought something like this.
>> Can you tell me a way to find all of them (all from the core)?
>> Maybe there is a special syntax which all of them use?!
> 
> Search for t3lib_div::sysLog calls.

Sorry, Stefano is right, t3lib_div::sysLog is used to log to system log, 
the one you search is the log method that is inherited from 
t3lib_extFileFunctions or direct calls to $GLOBALS['BE_USER']->writelog

-- 
Xavier Perseguers
http://xavier.perseguers.ch/en

One contribution a day keeps the fork away




More information about the TYPO3-dev mailing list