Lines Matching refs:LOG
65 private static final Log LOG = new Log(Scan.class.toString()); field in Scan
79 LOG.error(ScanErrorEnum.SCAN_MKDIRS_ERROR.toString()); in scanProcess()
88 LOG.error(ScanErrorEnum.SCAN_NOT_FOUND_ERROR + exception.getMessage()); in scanProcess()
91 LOG.error(ScanErrorEnum.SCAN_REMIND_ERROR + exception.getMessage()); in scanProcess()
94 LOG.error(ScanErrorEnum.SCAN_COMPRESS_ERROR.toString()); in scanProcess()
96 LOG.error(ScanErrorEnum.SCAN_DELETE_ERROR.toString()); in scanProcess()
147 LOG.error(ScanErrorEnum.SCAN_NO_FILE_ERROR.toString()); in getAllInputFileList()
188 LOG.error(ScanErrorEnum.SCAN_UNPACK_ERROR + e.getMessage()); in unpackHap()
216 LOG.error(ScanErrorEnum.SCAN_UNPACK_ERROR + e.getMessage()); in unpackEntryToFile()
248 LOG.error(ScanErrorEnum.SCAN_GET_JS_TEMPLATE_ERROR + e.getMessage()); in getJsTemplate()
258 LOG.error(ScanErrorEnum.SCAN_WRITEFILE_ERROR + e.getMessage()); in writeFile()