
From terminal, you must have sparks installed prior, see sparks page for instructions.
[bash]
cd /path_to_your_CI_reactor_build
php tools/spark install fire_log
Really Simple...
// in your controller
function logs(){
/*
highly advised that you use authentification
before running this controller to keep the world out of your logs!!!
you can use whatever method you like does not have to be logs
*/
$this->load->spark( 'fire_log/x.x');
// thats it, ill take if from there
}
Log Issues or Suggestions
Sparks Page