Download Log Engine Framework Nulled

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');

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

Free Download

You May Also Like

About the Author: admin