2

My project is going on using codeigniter. I am new to codigniter and I want to bring log module into my project. I want to capture all activities including errors into the log file. Do i need to make changes in all page to store changes in log file. where should i write function for this , whether in controller or library. Is the log module feature exist in codeigniter? can anyone give me the solution for this

1 Answer 1

1

Create library or helper and use Autoload. AFAIK codeigniter have no such default kinda library or helper, you need create your own or do research for external one.

EDIT :

My bad, try to find $config['log_threshold'] = 0; and $config['log_path'] = ''; in your config.php

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.