CodeIgniter Forums
Additional custom log file - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30)
+--- Thread: Additional custom log file (/showthread.php?tid=85224)



Additional custom log file - serialkiller - 12-06-2022

Is it possible to have a customized log file in addition to the default one?
I have to log all the actions performed in the API calls, I would need to have a dedicated daily log file, so that it doesn't contain all the logs but only the ones I decide.


RE: Additional custom log file - InsiteFX - 12-06-2022

You could extend the logFile class and add your own methods to it.