which logger can be used with php codeigniter? [closed]
which logger can be used with php codeigniter? any suggestion...
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.
精彩评论