PHPackages                             mteu/typo3-stream-writer - 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. mteu/typo3-stream-writer

AbandonedArchivedTypo3-cms-extension[Logging &amp; Monitoring](/categories/logging)

mteu/typo3-stream-writer
========================

This extension adds the possibility to log to php://stdout and php://stderr

0.5.5(7mo ago)13.9k↓92.9%[1 issues](https://github.com/mteu/typo3-stream-writer/issues)GPL-3.0-or-laterPHPPHP ~8.2.0 || ~8.3.0 || ~8.4.0CI passing

Since Aug 19Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/mteu/typo3-stream-writer)[ Packagist](https://packagist.org/packages/mteu/typo3-stream-writer)[ RSS](/packages/mteu-typo3-stream-writer/feed)WikiDiscussions main Synced yesterday

READMEChangelog (10)Dependencies (20)Versions (23)Used By (0)

[![CGL](https://github.com/mteu/typo3-stream-writer/actions/workflows/cgl.yaml/badge.svg)](https://github.com/mteu/typo3-stream-writer/actions/workflows/cgl.yaml)[![Tests](https://github.com/mteu/typo3-stream-writer/actions/workflows/tests.yaml/badge.svg?branch=main)](https://github.com/mteu/typo3-stream-writer/actions/workflows/tests.yaml)[![Coverage Status](https://camo.githubusercontent.com/c50e6151c5f4c1fe523002964561e3c570681da3d8587624ec26d1ea45c006fe/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6d7465752f7479706f332d73747265616d2d7772697465722f62616467652e7376673f6272616e63683d6d61696e)](https://coveralls.io/github/mteu/typo3-stream-writer?branch=main)[![Maintainability](https://camo.githubusercontent.com/dea5c70cb0895b8789a8f3348374994d9ea92ffad675f7bb510d1c83c61d4789/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f65646436303662306334646530353361323736322f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/mteu/typo3-stream-writer/maintainability)

[![TYPO3 12](https://camo.githubusercontent.com/08afacc49187e63c796f7d1c4401d0f0563bab574d9c525312b2827acb09a7c5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31322d6f72616e67652e737667)](https://get.typo3.org/version/12)[![TYPO3 13](https://camo.githubusercontent.com/2cf6570821614808899422f68a66a381a2de1dd0746ba9cdba6155def1f4f396/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5459504f332d31332d6f72616e67652e737667)](https://get.typo3.org/version/13)[![PHP Version Require](https://camo.githubusercontent.com/e8233b5194d709c877ed2e79b7bc35ad7ca25886af5fae244637546e48575500/68747470733a2f2f706f7365722e707567782e6f72672f6d7465752f7479706f332d73747265616d2d7772697465722f726571756972652f706870)](https://packagist.org/packages/mteu/typo3-stream-writer)

TYPO3 Stream Writer 🍿
=====================

[](#typo3-stream-writer-)

Caution

This package is abandoned. Active maintenance is discontinued.

---

This TYPO3 CMS extensions adds a custom `LogWriter` to the TYPO3 Logging Framework allowing the CMS to log messages to `php://stdout` or `php://stderr`.

⚡️ Quickstart
-------------

[](#️-quickstart)

### Installation

[](#installation)

```
composer require mteu/typo3-stream-writer
```

### Usage

[](#usage)

Configure your extension or TYPO3 instance to use the new writer.

```
# config/system/additional.php | typo3conf/system/additional.php
