PHP Classes

File: Examples/Dev.php

Recommend this page to a friend!
  Classes of Corné de Jong   SouthCoast PHP Helpers Classes   Examples/Dev.php   Download  
File: Examples/Dev.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: SouthCoast PHP Helpers Classes
General purpose classes to help PHP development
Author: By
Last change:
Date: 5 years ago
Size: 353 bytes
 

Contents

Class file image Download
<?php
require '../src/helpers/Dev.php';

use
SouthCoast\Helpers\Dev;

Dev::setDev(true);

Dev::log('Normal log');
Dev::log('> Seperated log');
Dev::log('$ Tab indented log');
Dev::log('X Some Error Log! Sh*t hit the fan!');
Dev::log('- A notification! Please notice me :)');
Dev::log('* Warming! Lets get to it!');

Dev::rainbowLog('^ Check this out!');