AliSoftware / Dip

Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances!
MIT License
978 stars 75 forks source link

Enable use of custom or no logging function #146

Closed Pr0Ger closed 7 years ago

Pr0Ger commented 7 years ago

This is a copy of Swinject feature: https://github.com/Swinject/Swinject/blob/master/Sources/Container.Logging.swift

It will allow user to redirect Dip logs to file and/or some custom logger if it's required

ilyapuchka commented 7 years ago

Thanks for contribution!