square / Cleanse

Lightweight Swift Dependency Injection Framework
Other
1.78k stars 90 forks source link

Replace print with os_log. #153

Closed sebastianv1 closed 4 years ago

sebastianv1 commented 4 years ago

The existing print statements are replaced with debug level logging via os_log. This will emit useful debugging info, but not pollute the usage of cleansec in production.