Replies: 1 comment 1 reply
-
We're definitely open to discussing improvements here! Do you have an override you use in your applications that you've been happy with? We also wonder if os_log's configurability opens up any opportunities. While this is possible: printer: @escaping (String) -> Void = { os_log("%@", $0) }, We're wondering if there's more we could/should do with the data passed along. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would you consider using
os_log
instead ofprint
as default printer in DebugEnvironment?swift-composable-architecture/Sources/ComposableArchitecture/Debugging/ReducerDebugging.swift
Lines 149 to 152 in 67ccab6
Beta Was this translation helpful? Give feedback.
All reactions