Is it possible in CI (natively) to log into two different files from two different controllers? I haven’t found such option in user manual nor any solution in Google.
Is there any 3rd party logging library available for CI?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I was looking for the same but couldn’t find anything. I tweaked the code and it works fine.
I have posted the same to CI forum http://forum.codeigniter.com/thread-25933.html
Have a look it probably will serve your purpose.