Skip to content

Wayn0/Log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Log

Simple log class in php

Usage

composer require wayne-oliver/log

use WayneOliver\Log;
$log = new Log('./',Log::DEBUG);
$log->logInfo("Hello world!");