I tried to display log message at the end of web page.
So I set my config like this.
'preload'=>array('log'),
'log'=>array(
'class'=>'CLogRouter',
'routes'=>array(
array(
'class'=>'CWebLogRoute', 'levels'=>'trace, info, error, warning',
),
array(
'class'=>'CProfileLogRoute', 'levels'=>'trace, info, error, warning',
),
),
),
I think this will work but it's not. There is none message appear under my web site.
Can someone tell me how can I fix this.
Thanks in advance.

Help
















