1 // Copyright 2015-present 650 Industries. All rights reserved. 2 3 #import <React/RCTLog.h> 4 5 extern RCTLogFunction EXDefaultRCTLogFunction; 6 7 // EXFrame will use this when the manifest indicates we should enable developer debugging 8 // Kernel will use this when (DEBUG == 1) 9 extern RCTLogFunction EXDeveloperRCTLogFunction; 10 11 extern RCTLogFunction EXGetKernelRCTLogFunction(void); 12