TechnoLogger sends your logs to files. It would enable PHP logging into text file and other handler services. Also it would load the classes automatically when classes are called from anywhere in the php file. By Default it would create directory and log files with required permission if not available. else make sure with right permission for web user to access the same.
Install the latest version with
$ composer require ganapathichidambaram/technologger
<?php
include("technologger.php");
- TechnoLogger works with PHP 5.3 or above, and is also tested to work with HHVM.
Bugs and feature request are tracked on GitHub
Ganapathi Chidambaram - [email protected] - http://twitter.com/ganapathi_rj
See also the list of contributors which participated in this project.
TechnoLogger is licensed under the MIT License - see the LICENSE
file for details