DaveWoodCom / XCGLogger

A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory leaks in version 4.0.0

aaronSwift123 opened this issue · comments

XCGLogger version 4.4.0 has Memory leaks in XCode 8.3.
My code is
let log = XCGLogger.default
log.setup(level: .debug)

Thanks.