PHPLog INSTALLATION INSTRUCTIONS


1. Unzip phplog and upload phplog.php to your site's document root.

2. Open phplog.php using editor, locate to 20 line, configure yourself log storage(database or file system).
   (notice: if using file system, phplog_save_path must be a empty directory.)

3. Access phplog.php in web browser, you will see about, help and entire UI.

4. You can use function __log() in phplog.php, and record variables you are insterest.

   For Example:
       require (../phplog.php);
       __log('Hello phplog');

5. Access phplog.php again in your web browser, you will see the recorded variables you just record.

6. if you don't like __log function name, you can rename it, find and change you_can_rename_this_function_name_to_what_you_like to your self define function name.

7. That's all.

(
Notice: just a suggest, include phplog.php at the begin of your project, then you can use it through
the project.
Any question and suggest about this software, please email me.
)


Author: DengZhiYi, 2009/08/23, @GuangZhou of China
Email: altsee@gmail.com