Nulled Log Engine Framework free download

Log Engine Framework-[Clean-Nulled].zip

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

Full Live Demo

Mercifully Note: We refresh new substance like WordPress Themes,
Plugins, PHP Scripts ordinary. In any case, recall that you
ought to never utilize this things in a business site.
Every one of the substance posted here for advancement
and testing reason as it were. We’re not in charge of
any harm, use at your own particular RISK! We highly recommend to buy Log Engine Framework from the The Developer ( pooky ) website. Thank you.

Free Download

Downloads

You May Also Like

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.