Download the PHP package czim/laravel-context-log-library without Composer
On this page you can find all versions of the php package czim/laravel-context-log-library. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download czim/laravel-context-log-library
More information about czim/laravel-context-log-library
Files in czim/laravel-context-log-library
Package laravel-context-log-library
Short Description Library for context logging for Laravel
License
Homepage https://github.com/czim
Informations about the package laravel-context-log-library
Context Logging library for Laravel
Helper library for standard setup of czim/laravel-json-context-logging.
This helps you to quickly create context channels for logging. It is not a requirement for using JSON context logging.
Version Compatibility
Laravel | Package |
---|---|
6.0 - 8.0 | 1.0 |
9.0 | 2.0 |
10.0 and up | 3.0 |
Installation
No installation required; however, classes must be bound manually in your service provider.
You will also have to set up your own event, which may extend Czim\LaravelContextLogging\Events\AbstractDebugEvent
.
The listener for that event should use the ContextLoggerFactoryInterface
to make a logger,
and the DebugEventLogPrepperInterface
to render the event into loggable data to be logged by it.
Credits
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-context-log-library with dependencies
czim/laravel-json-context-logging Version >=3.0
illuminate/support Version >=10
psr/log Version >=3