Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LOCOKIT] Logging to file #131

Open
1 of 2 tasks
sobri909 opened this issue Oct 7, 2021 · 0 comments
Open
1 of 2 tasks

[LOCOKIT] Logging to file #131

sobri909 opened this issue Oct 7, 2021 · 0 comments

Comments

@sobri909
Copy link
Owner

sobri909 commented Oct 7, 2021

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

  • Migrate to Logger
  • Use OSLog and friends to reading to file. Nope. They're too immature for this use case still.
  • Migrate Mini's DebugLogging wrapper to LocoKit, wrapping system Logger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant