forked from gilbitron/CodeIgniter-Chrome-Logger
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 5956677
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
CodeIgniter Chrome Logger | ||
========================= | ||
|
||
A CodeIgniter Chrome Logger helper. | ||
|
||
Installation | ||
------------ | ||
|
||
1. Install the [Chrome Logger extension](https://chrome.google.com/webstore/detail/chromephp/noaneddfkdjfnfdakjjmocngnfkfehhd) 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: | ||
|
||
```php | ||
chrome_log($object); | ||
``` | ||
|
||
You can also pass in the type of log like: | ||
|
||
```php | ||
chrome_log($object, 'warn'); | ||
``` | ||
|
||
Credits | ||
------- | ||
|
||
The CodeIgniter Chrome Logger helper was created by [Gilbert Pellegrom](http://gilbert.pellegrom.me) from [Dev7studios](http://dev7studios.com). Released under the MIT license. | ||
|
||
Please contribute by [reporting bugs](https://github.com/gilbitron/CodeIgniter-Authme/issues) and submitting [pull requests](https://github.com/gilbitron/CodeIgniter-Authme/pulls). |