PHPackages                             inoovum/log-throwable - 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. inoovum/log-throwable

ActiveNeos-package[Logging &amp; Monitoring](/categories/logging)

inoovum/log-throwable
=====================

inoovum® throwable log package

1.0.3(1y ago)04.2k1PHP

Since Mar 13Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (5)Used By (1)

inoovum® throwable log
======================

[](#inoovum-throwable-log)

This package extends the throwable log.

### Installation

[](#installation)

Just run: `composer require inoovum/log-throwable`

### Configuration

[](#configuration)

You can define your own PHP classes. The Neos Flow exception messages will be passed to them. For example, to a specific slack channel.

```
Inoovum:
  Log:
    Throwable:
      options:
        writeToFile: false # Disable writing log files to local storage
      classes:
        -
          class: 'Inoovum\Log\Throwable\Log\SlackMessage'
          options:
            webhookUri: 'https://hooks.slack.com/services/T1TCCUN3X/A17PWTYX3GZ/xs83nHlpZafgUieYzsKiUcfa'
```

### Custom throwable class

[](#custom-throwable-class)

```
