which logger can be used with php codeigniter? any suggestion...
+2
A:
If you're referring to functionality used for writing log messages, CodeIgniter comes with a very simple log_message()
function for you to use. Building a class to take advantage of that function (and possibly related functions) should be quite easy.
BoltClock
2010-06-05 06:35:01