Details
Description
When calling the Logger::getLogger function a name-check would be helpful.
So, if someone defines the logger "L1" and calls $_logger = Logger::getLogger('L2'); an exception could be thrown
When calling the Logger::getLogger function a name-check would be helpful.
So, if someone defines the logger "L1" and calls $_logger = Logger::getLogger('L2'); an exception could be thrown