Actions
Bug #51543
closedPrevent logging Framework from creating unnecessary objects
Start date:
2013-08-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Currently the Logger::log methods creates an object on every call that is passed to the processor and writers.
If there is no writer or processor registered the object should not be created which makes the logging function much faster.
Updated by Sascha Egerer about 11 years ago
- % Done changed from 0 to 100
This could be ignored. If the configuration of the logging framework is correct everthing works fine... The objects are not created if there is no writer is registered for the given log level.
Actions