Download the PHP package phore/log without Composer
On this page you can find all versions of the php package phore/log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor phore
Package log
Short Description Logging class
License MIT
Homepage https://infracamp.org/project/phore
Package log
Short Description Logging class
License MIT
Homepage https://infracamp.org/project/phore
Please rate this library. Is it a good library?
Informations about the package log
Phore log :: PSR-3 compatible logger
- PSR-3 compliant logger
- Multiple targets (syslog, file, pipe) with individual configuration
- Quick configuration with single uri
- Multi-format support
Installation
Logger Usage
Easy usage
Configuration
Global configuration
Multi instance
Logging
LogLevel
| LogLevel | Code |
|---|---|
| LogLevel::EMERGENCY | 0 |
| LogLevel::ALERT | 1 |
| LogLevel::CRITICAL | 2 |
| LogLevel::ERROR | 3 |
| LogLevel::WARNING | 4 |
| LogLevel::NOTICE | 5 |
| LogLevel::INFO | 6 |
| LogLevel::DEBUG | 7 (default) |
Logging configuration
You can specify one or more logger with different log levels.
All versions of log with dependencies
PHP Build Version
Package Version
The package phore/log contains the following files
Loading the files please wait ...