Download the PHP package qshurick/logger without Composer
On this page you can find all versions of the php package qshurick/logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package logger
Logger
Abstract Logger engine to integrate any Logger with ZendFramework2
Usage
By default it can be used without additional configuration.
Configuration
Default configuration present at config/logger.global.php
which should be copied into in one of the config_glob_paths
ZF2 Application.
Available options
adapter
— adapter class name or its alias, default value id 'monolog'level
— default log level. Should be a lowercase string with one of the following values: debug|info|notice|warning|error|critical|alert|emergencysystem
— specify default path for a log fileerror
— specify default path for a error logformat
— log format, this value depends on logger adapter
Example
Additional options
Also you can specify different options for each of log stream. Specified parameters are: level, path and format. All element are optional, if one of them missed system (default) value will be used.
Example
All versions of logger with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
zendframework/zendframework Version 2.3.*
monolog/monolog Version 1.10.x
zendframework/zendframework Version 2.3.*
monolog/monolog Version 1.10.x
The package qshurick/logger contains the following files
Loading the files please wait ....