Download the PHP package joefallon/phplog without Composer
On this page you can find all versions of the php package joefallon/phplog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download joefallon/phplog
More information about joefallon/phplog
Files in joefallon/phplog
Download joefallon/phplog
More information about joefallon/phplog
Files in joefallon/phplog
Vendor joefallon
Package phplog
Short Description This package contains simple PSR logger that minimizes line length.
License MIT
Homepage https://github.com/joefallon/phplog
Package phplog
Short Description This package contains simple PSR logger that minimizes line length.
License MIT
Homepage https://github.com/joefallon/phplog
Please rate this library. Is it a good library?
Informations about the package phplog
phplog
By Joe Fallon
A simple logging library. It has the following features:
- Full suite of unit tests.
- It can be integrated into any existing project.
- Can be fully understood in just a few moments.
- Each line of log text contains minimal prefix cruft.
- Fully psr/log compliant.
Installation
The easiest way to install PhpDatabase is with
Composer. Create the following composer.json
file
and run the php composer.phar install
command to install it.
Usage
There is one class contained in this library called Log
. It contains the following methods:
Example log entrys with contexts looks like this:
Example log entrys without contexts looks like this:
Open Log and Write a Debug Message
All versions of phplog with dependencies
PHP Build Version
Package Version
The package joefallon/phplog contains the following files
Loading the files please wait ....