Actions
Feature #72326
closedConsole logger writer with ANSI color output
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Logging
Target version:
-
Start date:
2015-12-18
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
TYPO3 should ship with a log writer optimized for the console/terminal:
- writing errors to STDERR
- coloring messages by their severity with ANSI color codes
Currently I can only re-use the FileWriter
with a logFile
of php://stdout
, which gives you unreadable messages like
Examples:Fri, 18 Dec 2015 16:22:20 +0000 [INFO] request="25f3780515821" component="vendor.extension.Migration.Center": Updating center record with new page ids
Updated by Susanne Moog almost 5 years ago
- Status changed from New to Closed
Due to low demand / low priority I'm going to close this issue now. If anyone takes time to implement it, simply open a new issue please. Thanks.
Actions