Refactored RCTLog and added facility to prepend extra data to the log message

This commit is contained in:
Nick Lockwood
2015-04-07 07:36:26 -07:00
parent 5b3e935332
commit 80cd687e95
15 changed files with 411 additions and 179 deletions

View File

@@ -17,7 +17,6 @@
#import "RCTEventDispatcher.h"
#import "RCTKeyCommands.h"
#import "RCTLog.h"
#import "RCTRedBox.h"
#import "RCTSourceCode.h"
#import "RCTTouchHandler.h"
#import "RCTUIManager.h"