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

@@ -71,7 +71,7 @@
UIView *view = viewRegistry[reactTag];
if (!view) {
RCTLogWarn(@"React tag %@ is not registered with the view registry", reactTag);
RCTLogWarn(@"React tag #%@ is not registered with the view registry", reactTag);
return;
}