You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.
I'm logging a lot of stuff like arrays etc. By using using Dotzu's print() (overrides standart version) method or Dotzu's Logger class methods, I observed that logs appearing on console really slow comparing to standard print() method.
I want to continue using Dotzu beacuse it's nice to see the logs on the app for our QA team. But this slow logging really affects my development routine. Do you have an idea what is the problem?
Btw I'm using the latest release of Dotzu and XCode 9. For earlier release of XCode 8 the was no problem. But I was facing the issue on latest XCode 8 version.
Thanks.
The text was updated successfully, but these errors were encountered:
the problem is nsarchive - it needs to be ripped out. @remirobert - lets fix this.
it should be a couple of lines to switch out
let dataArchive = NSKeyedArchiver.archivedData(withRootObject: logs)
Hey there,
I'm logging a lot of stuff like arrays etc. By using using Dotzu's print() (overrides standart version) method or Dotzu's Logger class methods, I observed that logs appearing on console really slow comparing to standard print() method.
I want to continue using Dotzu beacuse it's nice to see the logs on the app for our QA team. But this slow logging really affects my development routine. Do you have an idea what is the problem?
Btw I'm using the latest release of Dotzu and XCode 9. For earlier release of XCode 8 the was no problem. But I was facing the issue on latest XCode 8 version.
Thanks.
The text was updated successfully, but these errors were encountered: