wlog Easy logging system for ios applications let log = SyncLog( OsLog(subsystem: "123", category: "123") ) log.debug("Starting app") Read more