Download the PHP package timewave/laravel-logger without Composer
On this page you can find all versions of the php package timewave/laravel-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 laravel-logger
Timewave\Logger
Custom logger package for PHP applications with opinionated log levels.
Usage
There will always be output to stdout
. If Open Telemetry is configured, it will be pushed there to.
Basic usage:
Usage with spans
Log levels
error
: Apocalypse! :Owarning
: The chaos is nearinfo
: All is well, but this message is importantverbose
: Extra info, likely good in a production environmentdebug
: A lot of detailed logs to debug your application [default]
Log formats
json
: Outputs a string of a JSON objecttext
: Outputs a simple string [default]
Open Telemetry Collector endpoint
A DSN string, example: 'http://localhost:4318'. The target must be a protobuf endpoint.
Local development
Either register an auto loader, or explicitly require all PHP-files in this repo, and then just start using and developing.
All versions of laravel-logger with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
The package timewave/laravel-logger contains the following files
Loading the files please wait ....