2017 © Pedro Peláez
 

library clog

PHP classes for logging framework

image

thulin82/clog

PHP classes for logging framework

  • Friday, September 30, 2016
  • by thulin82
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

CLog

GitHub Actions, (*1)

Using CLog in Anax-MVC

First update your composer.json with the following:, (*2)

    "require": {
        "thulin82/clog": "dev-master"
    },

Then update with:, (*3)

composer update

To add CLog, the easiest way is either add it as a shared service:, (*4)

$this->setShared('log', function () {
    $log = new \thulin82\CLog\CLog();
    return $log;
});

or to initialize it when/where you need it:, (*5)

$log = new \thulin82\CLog\CLog();

Examples

An example file is located in webroot/CLogExample.php to show off the different ways you can use CLog, (*6)

Docker

Build

docker build -t clog .

The Versions

30/09 2016

dev-master

9999999-dev

PHP classes for logging framework

  Sources   Download

MIT

The Requires

  • php >=5.4

 

micro framework mvc module education

29/09 2016

v1.0

1.0.0.0

PHP classes for logging framework

  Sources   Download

MIT

The Requires

  • php >=5.4

 

micro framework mvc module education