[TYPO3-v4] deprecation log

Francois Suter fsu-lists at cobweb.ch
Sat May 8 15:47:54 CEST 2010


Hi,

> I would like to show deprecation also in one tab of debug console when
> enabled, so i suggest a finer switch
>
> $TYPO3_CONF_VARS['SYS']['enableDeprecationLog'] = abc
>
> where abc mans bit flags
> a - write to file (2^0)
> b - write to dev log (2^1)
> c - show in debug console (2^2)

That sounds very good. I agree with Oli that the binary notation is 
harder to read than a comma-separated list of values. OTOH bitwise tests 
are much faster so this would be an advantage.

Cheers

-- 

Francois Suter
Cobweb Development Sarl - http://www.cobweb.ch


More information about the TYPO3-project-v4 mailing list