inoovum/log-throwable

There is no license information available for the latest version (1.0.0) of this package.

inoovum® throwable log package

1.0.0 2024-03-13 17:39 UTC

This package is not auto-updated.

Last update: 2024-04-25 16:27:48 UTC


README

This package extends the throwable log.

Installation

Just run: composer require inoovum/log-throwable

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'

Author