Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

This repo is no longer maintained. If you would like to take over ownership please get in touch.

CodeIgniter Chrome Logger

A CodeIgniter Chrome Logger helper.

Installation

  1. Install the Chrome Logger extension for Google Chrome
  2. Download the ChromePhp.php file from https://github.com/ccampbell/chromephp and put it in your application/third_party folder.
  3. Download the chrome_logger_helper.php file from this repo to application/helpers.

Usage

To use the function simply do:

$this->load->helper('chrome_logger');
chrome_log($object);

You can also pass in the type of log like:

chrome_log($object, 'warn');

Credits

The CodeIgniter Chrome Logger helper was created by Gilbert Pellegrom from Dev7studios. Released under the MIT license.

About

A CodeIgniter Chrome Logger helper.

Resources

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages