Taking care of console logs using chrome driver

If we don't want te logs to appear in console of eclipse but instead want to save them somewhere we do this

System.setProperty(ChromeDriverService.CHROME_DRIVER_LOG_PROPERTY, "C:\\newww\\chrome.log");
System.setProperty(ChromeDriverService.CHROME_DRIVER_SILENT_OUTPUT_PROPERTY, "true");