This repository was archived by the owner on Dec 16, 2018. It is now read-only.

Description
Can't figure this out. When the Log.php file is added to core
I keep getting an error:
Fatal error: Uncaught Error: Class 'CI_Log' not found in /var/www/public/system/core/Common.php:196
If I change the file to Log_Controller.php and add:
class CI_Log extends CI_Controller
the errors go away, but I'm not sure that this is going to work.
Any advice on getting this setup? Thanks!