Log Engine is PHP framework that used for the purpose of easier implementation of the logging function in PHP scripts. Logging is possible via flat File, E-mail, MySQL, SQLite and Mongo DB.
Basic usage
To implement basic logging feature to your application you need to write only 4 lines of code!
<?php // Load autoload class require_once 'AutoLoader.php'; // Make log object $log = new LEF/Log(); // Init. log engine $log->engine(); // Trigger engine to write log $log->addLogInfo('Hello from LEF!');
Using drivers
Using drivers is also very easy, you need to make driver object and call it inside engine.
<?php // Load autoload class require_once 'AutoLoader.php'; // Make log object $log = new LEF/Log(); // Make mongodb object $mongoDriver = new LEF/Driver/MongoDB(); // Init. engine with mongo db driver $log->engine($mongoDriver->init('db_name')); // Trigger engine to write log $log->addLogNotice('Log added to db');
[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Demo = Log Engine Framework
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/log-engine-framework/6525115″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy Log Engine Framework from the The Developer ( pooky ) website. Thank you.
Download = Log Engine Framework-[Updated].zip