Changes between and of Version 3Version 4Ticket #9680
- Timestamp:
- 08/04/19 23:39:04 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9680 – Description
v3 v4 9 9 10 10 As a second step, add an internal flag to the Logger class, which the {{{__get__}}} method can check to see if it has already configured the Logger instance. 11 12 Lastly, adjust the private {{{_loggerFor}}} function to not rely on {{{Logger.__get__}}} to create a Logger instance.