Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev-log

Powerful tool to debug your code runtime

To use dev-log you must prepend this code on your index.php

include_once "dev-log/autoloader.php";

Examples of usage

\DevLog\DevLog::warning("warning");
\DevLog\DevLog::error("error");
\DevLog\DevLog::info("info");
\DevLog\DevLog::important("important");
\DevLog\DevLog::note("note");
\DevLog\DevLog::secondary("secondary");

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages