Feature #32294
Lazy initialization of loggers
Status:
New
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-12-05
Due date:
% Done:
0%
Estimated time:
PHP Version:
Has patch:
No
Complexity:
Description
Log backends could be lazily initialized on first access to append(). Right now each backend is opened on creation of the logger which is not optimal.
No data to display