Download the PHP package aloframework/log without Composer
On this page you can find all versions of the php package aloframework/log. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aloframework/log
More information about aloframework/log
Files in aloframework/log
Download aloframework/log
More information about aloframework/log
Files in aloframework/log
Vendor aloframework
Package log
Short Description The logger of AloFramework
License Apache-2.0
Homepage https://github.com/aloframework/log
Package log
Short Description The logger of AloFramework
License Apache-2.0
Homepage https://github.com/aloframework/log
Please rate this library. Is it a good library?
Informations about the package log
AloFramework | Log
A simple, configurable logger implementing the PSR-3 standards interface.
Latest release API documentation: https://aloframework.github.io/log/
dev-develop | Release |
---|---|
Installation
Installation is available via Composer:
composer require aloframework/log
Usage
Configuration
General configuration guidelines can be found here.
The following configuration keys available:
Config::LOG_LABEL
: How the log entries will get labelled (default:SYSTEM
)Config::LOG_LEVEL
: Minimum log level to log (default:LogLevel::DEBUG
)Config::SAVE_PATH
: The log file's location (default:src/logs/YYYY-mm-dd.log
). Alternatively, you can pass a file handle (opened byfopen()
)Config::LOCK_FILE
: Controls whether file locking should take place while writing log entries (default:true
)
All versions of log with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5
psr/log Version ^1.0
aloframework/common Version ^2.0
aloframework/config Version ^2.0
psr/log Version ^1.0
aloframework/common Version ^2.0
aloframework/config Version ^2.0
The package aloframework/log contains the following files
Loading the files please wait ....