emaloney / CleanroomLogger

CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant
MIT License
1.32k stars 153 forks source link

fix memory leak for issue #47 #104

Closed tonyli508 closed 5 years ago

tonyli508 commented 5 years ago

weak self to avoid retaining loop, for fixing memory leak for issue #47