novembit/dev-log-debugger

There is no license information available for the latest version (dev-master) of this package.

Simple logger

dev-master 2019-08-09 06:36 UTC

This package is auto-updated.

Last update: 2024-04-14 22:54:20 UTC


README

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