Logging into a two different log file types in Codeigniter
codeigniter, logging
Solution
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.
Problem
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?