another code is with error below Fatal error: Cannot declare class CI_Log, because the name is already in use in C:\xampp\htdocs\system\libraries\Log.php on line 27 error is here side >>> [enter image description here][1] [1]: https://i.stack.imgur.com/2LGtP.jpg
class CI_Log {
protected $_log_path;
protected $_threshold = 1;
protected $_date_fmt = 'Y-m-d H:i:s';
protected $_enabled = TRUE;
protected $_levels = array('ERROR' => '1', 'DEBUG' => '2', 'INFO' => '3', 'ALL' => '4');