Skip to content

Instantly share code, notes, and snippets.

View vosiander's full-sized avatar

Veit Osiander vosiander

  • AKDB
  • Munich, Germany
View GitHub Profile
@vosiander
vosiander / php-logging-trait
Last active December 13, 2015 17:08
Small logger class for proof-of-concept
<?php
/**
* Basic Logger Class which handles the setting and retrieving of captured arguments
*/
class Log
{
/**
* @var array
*/
private static $environment = array();