Download the PHP package mpakfm/printu without Composer
On this page you can find all versions of the php package mpakfm/printu. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mpakfm/printu
More information about mpakfm/printu
Files in mpakfm/printu
Download mpakfm/printu
More information about mpakfm/printu
Files in mpakfm/printu
Please rate this library. Is it a good library?
Informations about the package printu
printu
Simple Logger
version 2.0.0
- add log levels: [debug, info, warning, alert]
- add notifications (email)
Configuration:
Usage:
Log files:
debug.log
info.log
warning.log
alert.log
email subject:
email example:
version 1.2.3
- bug-fix in method show()
- add method error() for default set datetime and file error.log
version 1.2.2
Response types:
- var - return as a string variable
- file - print in the log file as plain text, set as default now
- text - print in STDOUT as plain text
- html - print in STDOUT as html
Default response type is "file"
You can change default response type by this method:
Set path to save log files:
For example:
some index.php
some some.php
version 1.2
New samples:
tail -f var/log/info.log:
tail -f var/log/error.log:
Old version samples:
tail -f var/log/info.log:
tail -f var/log/error.log:
All versions of printu with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
The package mpakfm/printu contains the following files
Loading the files please wait ....