Lines Matching refs:logger
7 import logger from '../Logger';
61 logger.log();
112 logger.info('\n Checking local repository status...');
121 logger.warn(`⚠️ Your git working tree is`, chalk.underline('dirty'));
122 logger.info(
135 logger.log();
141 logger.info(` Updating ${chalk.cyan('react-native-website')} submodule...`);
156 logger.info(' Resolving local docs from', chalk.underline(options.sdk), 'folder...');
172 logger.info(
189 logger.error('\n There was an error extracting the sidebar information.');
190 logger.info(
193 logger.info(chalk.dim(`./${path.relative(process.cwd(), sidebarPath)}\n`));
233 return logger.info(' Upstream did not', chalk.red('remove'), 'any files');
249 logger.info(
258 return logger.info(' Upstream did not', chalk.green('add'), 'any files');
272 logger.info(
281 return logger.info(' Upstream did not', chalk.yellow('change'), 'any files');
303 logger.info(
313 logger.success('\n✅ Update completed.');
314 logger.info('Please check the files in the versioned react-native folder.');
315 logger.info(
318 logger.info(chalk.dim(`./${path.relative(process.cwd(), versionedDir)}\n`));