Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
/ verbose Public archive

Displaying verbose messages

License

Notifications You must be signed in to change notification settings

TheDragonCode/verbose

Repository files navigation

Verbose

Displaying verbose messages

Verbose

Stable Version Unstable Version Total Downloads License

Installation

To get the latest version of Verbose, simply require the project using Composer:

$ composer require dragon-code/verbose

Or manually update require block of composer.json and run composer update.

{
    "require": {
        "dragon-code/verbose": "^4.0"
    }
}

Using

use DragonCode\Verbose\Services\Logger;
use DragonCode\Verbose\Facades\Log;

Logger::io($this->getIO());

Log::write('foo');
Log::write('bar');
Log::write('baz');

License

This package is licensed under the MIT License.