I am comparing CleanRoomLogger https://github.com/emaloney/CleanroomLogger with XCGLogger https://github.com/DaveWoodCom/XCGLogger. There are many similarities but XCG seemed to be better because
1) it provides filters on the basis of tags
2) easy integration to 3rd party libraries if we want to push the logs to the server
However, Cleanroomlogger claims that it logs faster because it is built on top of os_log. Does anybody know how XCG handles fast logging? Or any other merits of one over the other?
Thanks.