Download the PHP package kba-team/cakephp-graylog without Composer
On this page you can find all versions of the php package kba-team/cakephp-graylog. 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 cakephp-graylog
CakePHP Graylog
Graylog log engine for CakePHP 3.x
Usage
Possible configuration parameters are:
scheme
Currently TCP or UDP connections to Graylog are supported. Default:udp
host
The hostname of the Graylog server. Default:127.0.0.1
port
The port, the Graylog server listens to. Default:12201
url
A connection URL in format<scheme>://<host>:<port>
. This will overwrite any other settings.ignore_transport_errors
Ignore transport errors Default:true
chunk_size
The size of the UDP packages. Default:\Gelf\Transport\UdpTransport::CHUNK_SIZE_LAN
ssl_options
An instance of\Gelf\Transport\SslOptions
defining SSL settings for TCP connections. Default:null
facility
The logging facility. Default:CakePHP
.append_backtrace
Append a backtrace to the message? Default:true
append
Array of anonymous functions (actually anything thatis_callable()
). Their return strings get appended to the message body.additional
Array of anonymous functions (actually anything thatis_callable()
). Their return values get added as additional fields to the GELF message.levels
Array of log level, that will be sent to Graylog. See\Psr\Log\LogLevel
for all possible values. Default: all of them.
Further reading
- About CakePHP 3.x Logging
- About Graylog 3.x in general
- About Graylog Extended Log Format (GELF)
All versions of cakephp-graylog with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-json Version *
cakephp/cakephp Version ~5.0
graylog2/gelf-php Version ^2.0
kba-team/php-backtrace Version ^1.0
kba-team/graylog-utilities Version ^2.0.1
ext-json Version *
cakephp/cakephp Version ~5.0
graylog2/gelf-php Version ^2.0
kba-team/php-backtrace Version ^1.0
kba-team/graylog-utilities Version ^2.0.1
The package kba-team/cakephp-graylog contains the following files
Loading the files please wait ....