Project

General

Profile

Actions

Bug #51543

closed

Prevent logging Framework from creating unnecessary objects

Added by Sascha Egerer over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
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.

Actions

Also available in: Atom PDF