Blake Watters
|
2823d60ba7
|
Added new RKLog helpers for changing the log level during the execution of a block. Very helpful for debugging. closes #387
|
2011-10-01 11:10:24 -04:00 |
|
Parker
|
990ab16a6b
|
Added Apache License to files in Support directory
Didn't add license to: NSString+InflectionSupport.h,
NSString+InflectionSupport.m, RKParser.h
|
2011-09-07 12:02:29 -04:00 |
|
Blake Watters
|
2b8379cac3
|
Fix for missing prototype warnings due to not including void in the parameters list for C functions that take no arguments.
|
2011-07-06 10:10:21 -04:00 |
|
Blake Watters
|
a78b4c654d
|
Added special 'App' logging component for logging messages via RKLog() from your app. closes #183
|
2011-06-30 15:11:58 -04:00 |
|
Blake Watters
|
903ab19eae
|
Ensure that logging is configured on first invocation of RKLogConfigureByName. This
allows you to initialize the log level before you have configured any other part of the
framework.
|
2011-06-21 13:26:06 -04:00 |
|
Blake Watters
|
27ea307816
|
Fix crash in RKCatalog. Suppress warning about symbol visibility during linking.
|
2011-06-11 20:27:33 -04:00 |
|
Blake Watters
|
9299cabc11
|
Implemented flexible logging solution utilizing the excellent LibComponentLogging library.
|
2011-06-11 20:25:28 -04:00 |
|