emaloney / CleanroomLogger

CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant
MIT License
1.32k stars 153 forks source link

Swift 2.0 #16

Closed rosskimes closed 9 years ago

rosskimes commented 9 years ago

Switch to Swift 2.0. Main changes are documentation and errors.

Would recommending making Swift 2.0 a separate branch until the GM seed.

emaloney commented 9 years ago

Thanks for the pull request, Ross. I will be making a separate swift-2.0 branch and will be doing some refactoring to use some of the new Swift goodness.

Until Xcode gives us a way to generate first-class, stand-alone API documentation, I'm going to leave the documentation as-is, however; I'm using jazzy to generate the API documentation which takes a slightly different format. Or perhaps jazzy will be updated to use Xcode's new format, in which case I'll update these docs then.

emaloney commented 9 years ago

FYI, the swift-2.0 branch is now available in this repo. It also automatically pulls in the swift-2.0 version of CleanroomASL.

rosskimes commented 9 years ago

👍

emaloney commented 9 years ago

Closing this pull request now that Swift 2.0 support is provided as of the 1.4.x release line.