(09-16-2015, 02:04 PM)egormmm Wrote: Hi!
I try to use this library, I registered it in $autoload['packages'] according the manual.
It's start working fine after I comment the 237 line (in libraries/Profiler.php) like user vadimyer wrote before.
But I can't use Console::log($data), Console::log_memory($variable, $name) like it describe in manual.
What am I doing wrong?
Thanks!
How did you install it? If you installed through Composer, it should fine the class just fine. Otherwise, you'll need to load the Console library manually at some point. This could be done through the autoload config file, or with a MY_Controller if you're using one.