sobri909 / ArcMini

GNU Lesser General Public License v3.0
97 stars 18 forks source link

[LOCOKIT] Logging to file #131

Open sobri909 opened 3 years ago

sobri909 commented 3 years ago

There's enough going on that it LocoKit needs its own logging to file, especially with the scheduled background tasks, that do things away from Xcode debug sessions.

iOS 15's OSLog looks viable, apart from the iOS 15 requirement. Need to work out something standard-ish and workable in the short term. Possibly just migrate upstream Arc Mini/v3's logging code, which uses an Apple blessed framework anyway.

Todos