CocoaLumberjack v1.6.3 Release Notes

Release Date: 2013-04-02 // about 11 years ago
    • โž• Add LOGV-style macros #161
    • ๐Ÿ›  Fix getting queue's label #159
    • ๐Ÿ†• New log level DEBUG #145
    • Use DISPATCH_CURRENT_QUEUE_LABEL if available #159
    • Different logLevel per each logger #151
    • Created 2 subspecs, Core and Extensions #152
    • โšก๏ธ Updated observer for keypath using NSStringFromSelector + @selector 38e5da3
    • Replaced id return type with instancetype ebee454
    • โœ‚ Remove implicit conversion warnings #149
    • 0๏ธโƒฃ DDTTYLogger: Allow to set default color profiles for all contexts at once #146 #158
    • DDTTYLogger: By default apply setForegroundColor:backgroundColor:forFlag: to LOG_CONTEXT_ALL #154
    • DispatchQueueLogFormatter: Use modern Objective-C #142
    • DispatchQueueLogFormatter: Make sure to always use a NSGregorianCalendar for date formatter #142
    • Replaced explicit reference to class name in logFileWithPath factory method #131
    • Catch exceptions in logMessage: #130
    • ๐Ÿ›  Fix enum type conversion warnings #124
    • โž• Add deployment target condition for workaround #121
    • ๐Ÿ›  Fix static analyzer warnings about nil values in dictionary #122
    • Fix dispatch_get_current_queue crash #121
    • ๐Ÿ›  Fixing colors in greyscale color-space not working d019cfd
    • Guard around dispatch_resume() being called with null pointer #107
    • NULL safety checks #107