Feature #39712
closedAdd a central logging API
100%
Description
We face the problem that Logging in the core is actually complex and confusing.
A new Logging API will streamline Logging with one flexible and extensible code.
Find out the whole story about the Logging project on forge: http://forge.typo3.org/projects/typo3v4-logging/
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13604
Updated by Steffen Müller over 12 years ago
How can I test?¶
There's a demo extension called log_example:
http://forge.typo3.org/projects/show/extension-log_example
Get the code from git using:
git clone git://git.typo3.org/TYPO3v4/Extensions/log_example
Install extension, add the "Log Example" plugin to a page and open it in the FE.
We also provide a set of UnitTests within tests/Unit/t3lib/log/
Updated by Steffen Müller over 12 years ago
How does it work?¶
The documentation can be found as rst files in the branch sandbox/xonx/logging of the CoreApi git repository:
http://git.typo3.org/Documentation/TYPO3/Reference/CoreApi.git?a=shortlog;h=refs/heads/sandbox/xonx/logging
Head for the chapters in "Documentation/Typo3ApiOverview/Logging"
$ git clone git://git.typo3.org/Documentation/TYPO3/Reference/CoreApi.git $ cd CoreApi/ $ git checkout sandbox/xonx/logging $ cd Documentation/Typo3ApiOverview/Logging
I have not that much experience with RestructuredText. Can someone please support me with rendering the rst file to something more readable (html, pdf)? Thx!
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13604
Updated by Gerrit Code Review over 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13604
Updated by Gerrit Code Review over 12 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13604
Updated by Gerrit Code Review over 12 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13604
Updated by Gerrit Code Review over 12 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13604
Updated by Gerrit Code Review over 12 years ago
Patch set 7 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13604
Updated by Gerrit Code Review over 12 years ago
Patch set 8 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13604
Updated by Gerrit Code Review over 12 years ago
Patch set 9 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/13604
Updated by Steffen Müller over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a01c7eb28b6d8e5dc1b60b3268d3587edfc25ff6.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed