Welcome Guest, Not a member yet? Register   Sign In
Using CI logging from my own library
#2

[eluser]bretticus[/eluser]
Hi Matt,

When you say "CI logging library," do you mean you're calling the CI function:

Code:
log_message('level', 'message');

If so, check your settings in your application/config/config.php file to see what level is set to.

FYI, in case you didn't know, when using your own libraries, you have to grab an instance of CodeIgniter to use actual Ci libraries:

Code:
$CI =& get_instance();
$some_item = $CI->config->item('some_item');


Messages In This Thread
Using CI logging from my own library - by El Forum - 10-08-2010, 01:59 PM
Using CI logging from my own library - by El Forum - 10-08-2010, 02:26 PM
Using CI logging from my own library - by El Forum - 10-08-2010, 04:01 PM
Using CI logging from my own library - by El Forum - 10-08-2010, 08:17 PM
Using CI logging from my own library - by El Forum - 10-09-2010, 12:39 AM
Using CI logging from my own library - by El Forum - 10-09-2010, 11:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB