[EXTENSION] ESysLogRoute

Hi,

I had problems getting the extention ESysLogRoute to work on yii-1.1.4.r2429.

What I did to get it working was firstly:

move protected/extentions/ESysLogRoute.php to

protected/extenstions/syslogroute/ESysLogRoute.php

then change the configuration in main.php to:

            array(


                'class'=>'ext.syslogroute.ESysLogRoute',


                'levels'=>'trace, info, error, warning',


                'categories'=>'system.*',


            ),

Thanks,

Atom