88,190 Installs and Counting! Get Sparks Now!
Hey! Keep up to date with the project through its beta and public launch by following @getsparks.
Tweet
A Quick Looks At Sparks (EllisLab Official Post)
March 11, 2012
from: codeigniter.com
The Top Sparks of 2011
December 31, 2011
from: codefury.net
CodeIgniter Starter Project − A Starting Point for Any CI Dev
December 12, 2011
from: github.com
NetTuts+ Tutorial for GetSparks
November 24, 2011
from: net.tutsplus.com
Browse and filter all your log files from a controller action
| Contributor | : dperrymorrow |
| : Log in to view | |
| Author Website | : http://www.newfinds.com |
| Spark Website | : http://newfinds.com/code-igniter-sparks/fire-log/ |
| Repository Type | : git |
| Number of Installs | : 1,036 |
php tools/spark install -v0.8.2 fire_log
Or download this version manually:
Get fire_log-0.8.2.zip
Fire Log is a spark that lets you browse all the log files in your application/logs directory.

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
}
php tools/spark install -v0.7.0 fire_log
Or download this version manually:
Get fire_log-0.7.0.zip
php tools/spark install -v0.6.0 fire_log
Or download this version manually:
Get fire_log-v0.6.zip
php tools/spark install -v0.5.0 fire_log
Or download this version manually:
Get fire_log-v0.5.zip
php tools/spark install -v0.3.0 fire_log
Or download this version manually:
Get fire_log-v0.3.zip
php tools/spark install -v0.2.0 fire_log
Or download this version manually:
Get fire_log-v0.2.zip
php tools/spark install -v0.1.0 fire_log
Or download this version manually:
Get fire_log-v0.1.zip