Skip to content

Tags: dtsurkan/Aspen

Tags

v0.4.2

Toggle v0.4.2's commit message
Don't build tests when we are analyzing or running on iOS.

v0.4.1

Toggle v0.4.1's commit message
Refactor formatted/unformatted log flow

• Rename outputToLog() -> logFormatted() which is less ambiguous
• Make logFormatted() and log() module-private to force use of convenience methods
• Separate public convenience functions to call them out as such

v0.4

Toggle v0.4's commit message
Merge pull request justin#4 from justin/drance/objc

Universal API for Swift and ObjC

0.3

Toggle 0.3's commit message
Tagging Aspen 0.3

v0.2.1

Toggle v0.2.1's commit message
Fix some Swift 2 things.

v0.2

Toggle v0.2's commit message
Warn callers that don't pass format literals

• Via NS_FORMAT_FUNCTION macro

Some external callers have been seen abusing this abstraction and passing a pre-formatted message with no varargs to the Aspen___ C function helpers, which is incorrect, unstable, and insecure. Callers with pre-formatted messages should not be using varargs, rather -[Aspen verbose:] or its siblings. This macro warns at build-time that you're doing it wrong, as NSLog does.

v0.1.1

Toggle v0.1.1's commit message
Tagging 0.1.1

v0.1

Toggle v0.1's commit message
Initial Commit.