forked from zendframework/zendframework
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force service prefix in LoggerAbstractServiceFactory
- To prevent collisions with other abstract factories, the logger abstract factory should require that, when requesting a service, the service name be prefixed. I chose "Logger", as that's the service type being requested. - This complements the approach in zendframework#4253 for cache objects. - Not a BC break, as the LoggerAbstractServiceFactory has not yet been released.
- Loading branch information
1 parent
c4f2a2a
commit 54150db
Showing
2 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters