PHPackages                             bigpoint/monolog-creator - 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. bigpoint/monolog-creator

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

bigpoint/monolog-creator
========================

These classes provide a simple factory for creating preconfigured monolog logger objects.

2.0.2(2y ago)567.8k↓29%21Apache-2.0PHPPHP &gt;=8.2

Since Jan 19Pushed 2y ago34 watchersCompare

[ Source](https://github.com/Bigpoint/monolog-creator)[ Packagist](https://packagist.org/packages/bigpoint/monolog-creator)[ Docs](https://github.com/Bigpoint/monolog-creator)[ RSS](/packages/bigpoint-monolog-creator/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (15)Used By (1)

Monolog-Creator
===============

[](#monolog-creator)

These classes provide a simple factory for creating pre-configured [monolog](https://github.com/Seldaek/monolog) logger objects.

Monolog-Creator supports only a few handlers, formatters and processors of monolog at the moment. So feel free to extend the library.

See the [changelog](/changelog.md) for the updates in between the major versions.

### installation

[](#installation)

```
composer require bigpoint/monolog-creator

```

### examples

[](#examples)

#### minimal

[](#minimal)

You have to configure at least the `_default` logger and one handler.

**index.php**

```
