Download the PHP package orz/plog without Composer
On this page you can find all versions of the php package orz/plog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor orz
Package plog
Short Description PSR3 logging library that is PDO extendable and simple to use
License MIT
Homepage https://github.com/huanguan1978
Package plog
Short Description PSR3 logging library that is PDO extendable and simple to use
License MIT
Homepage https://github.com/huanguan1978
Please rate this library. Is it a good library?
Informations about the package plog
plog
PSR-3 logging library that is PDO extendable and simple to use
Features
- single file
- singleton pattern
- six log levels (info, notice, debug, warning, error, fatal)
Plogger
, dsn support mysql, pgsql, sqlsrv, sqlite.
TextLog Basic Usage
TextLog Output
PdoLog Basic Usage
PdoLog Output
id | time | path | line | severity | message | context |
---|---|---|---|---|---|---|
1 | 2022-04-16 16:29:30 | test2.localhost.localdomain/xz/plog/demo.php | 25 | INFO | HelloWorld | |
2 | 2022-04-16 16:29:30 | test2.localhost.localdomain/xz/plog/demo.php | 26 | DEBUG | ImHere | {"data":["123","456","I\u0027m"]} |
Installation
Install the latest version with:
Usage without composer
Download ZIP See demo2.php.
All versions of plog with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
ext-pdo Version *
ext-pdo Version *
The package orz/plog contains the following files
Loading the files please wait ....