Hey! Keep up to date with the project through its beta and public launch by following @getsparks.

 
3
3
0
1,036 Installs

Basic Information: fire_log

Browse and filter all your log files from a controller action

Contributor : dperrymorrow
Email : 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

Get the Latest

  • 0.8.2 Pushed October 4th, 2011
    php tools/spark install -v0.8.2 fire_log Or download this version manually: Get fire_log-0.8.2.zip

How-To

Fire Log Spark

Now with pagination to speed up page loading when log files are large.

Fire Log is a spark that lets you browse all the log files in your application/logs directory.

  • You can filter what types of items you would like to view DEBUG, ERROR, INFO
  • You can delete logs files from Fire Log to clear out your logs
  • Fire log uses a view that you can easily customize
  • You can change if tags are stripped in logs or not from the config
  • Language file for all text used

Fire Log

Usage

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
}

Older Versions

  • 0.7.0 Pushed June 23rd, 2011
    php tools/spark install -v0.7.0 fire_log Or download this version manually: Get fire_log-0.7.0.zip
  • 0.6.0 Pushed March 24th, 2011
    php tools/spark install -v0.6.0 fire_log Or download this version manually: Get fire_log-v0.6.zip
  • 0.5.0 Pushed March 11th, 2011
    php tools/spark install -v0.5.0 fire_log Or download this version manually: Get fire_log-v0.5.zip
  • 0.3.0 Pushed March 4th, 2011
    php tools/spark install -v0.3.0 fire_log Or download this version manually: Get fire_log-v0.3.zip
  • 0.2.0 Pushed March 3rd, 2011
    php tools/spark install -v0.2.0 fire_log Or download this version manually: Get fire_log-v0.2.zip
  • 0.1.0 Pushed March 3rd, 2011
    php tools/spark install -v0.1.0 fire_log Or download this version manually: Get fire_log-v0.1.zip

Comments

blog comments powered by Disqus