Echolog 4/21/2014 Jordan Sterling

Echo log is a PSR3 compliant logger that sends all lines to echo.


Installation:
"require": {
    "fool/echolog": "1.0.2"
}

Usage:
use \fool\echolog\Echolog;

$log = new Echolog();
$log->info("hello log");
