swift-cross-ui icon indicating copy to clipboard operation
swift-cross-ui copied to clipboard

Switch to a proper logger

Open stackotter opened this issue 4 weeks ago • 0 comments

At the moment SwiftCrossUI prints all of its warnings straight to stdout. We should move to using a proper logger so that we can easily re-route SwiftCrossUI's output to wherever we want. We should also open up the logger to users of SwiftCrossUI so that they can re-route and/or filter SwiftCrossUI's log messages. This would also allow users to upload SwiftCrossUI logs along with their issues easily.

This would go well with #248 which discusses the possibility of providing users with the option to upload SwiftCrossUI error logs to a central SwiftCrossUI server.

stackotter avatar Dec 04 '25 14:12 stackotter