mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
e447e9aea7
To reduce reduntant code by repeating the logging functionality in each JS module, this commit introduces a factory for creating a logger with a given prefix. - Create factory `createLogger` - Remove redundant log implementations - Changed to use factory in hermes.js and ios-prebuild.js