apple / swift-log

A Logging API for Swift
https://apple.github.io/swift-log/
Apache License 2.0
3.48k stars 285 forks source link

Make `StdioOutputStream` public #260

Closed fumoboy007 closed 1 year ago

fumoboy007 commented 1 year ago

Thanks for creating and maintaining StdioOutputStream! It looks like a generally useful API for writing to standard output or standard error.

Would y’all be willing to make the API public—either in this package, or in a separate package that is perhaps also Apple-owned?

ktoso commented 1 year ago

Personally I don't think we'd want to offer such package, but perhaps we could see if something in swift-system or swift's "new foundation" (written in swift) could take this on.

Would you want to pitch the idea on the forums? http://forums.swift.org

License wise feel free to make such package with the type but I don't think we should jump the shark 🦈 to standardize it while we have a chance to put standard types for this in a potentially more "core" location.