PHPackages                             themehybrid/hybrid-log - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. themehybrid/hybrid-log

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

themehybrid/hybrid-log
======================

Log package for the Hybrid Core framework.

1.0.0-beta.5(3w ago)03GPL-2.0-or-laterPHPPHP &gt;=8.2

Since Sep 22Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/themehybrid/hybrid-log)[ Packagist](https://packagist.org/packages/themehybrid/hybrid-log)[ Docs](https://github.com/themehybrid/hybrid-log)[ RSS](/packages/themehybrid-hybrid-log/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (4)Versions (8)Used By (0)

Hybrid Log
==========

[](#hybrid-log)

The Hybrid Logger package is a powerful and flexible tool for managing and recording log messages in Hybrid applications. It allows developers to configure various log channels, set log levels, and choose from different drivers. With options to tailor log storage and behavior, it facilitates effective debugging, error tracking, and application monitoring, enhancing the robustness and reliability of Hybrid-powered projects.

Requirements
------------

[](#requirements)

- PHP 8.0+.
- [Composer](https://getcomposer.org/) for managing PHP dependencies.

Documentation
-------------

[](#documentation)

You need to register the service provider during your bootstrapping process:

```
$slug->provider( \Hybrid\Log\Provider::class );
$slug->provider( \Hybrid\Log\Context\Provider::class );
```

Sample `/config/logging.php`

```
