Searched refs:LOGGER (Results 1 – 10 of 10) sorted by relevance
126 LOGGER = logging.getLogger('generate_stats') variable165 LOGGER.debug("Ran [bb ls '" + bot_name + "' -n 1 -status success -p]")216 LOGGER.debug("Ran [bb get '" + build_name + "' -steps]")246 LOGGER.warning('Step info empty for ' + print_name + '\n')254 LOGGER.warning('Step info does not sum to total for ' + print_name + ' | Total: ' +269 LOGGER.debug("Ran [bb log '" + build_name + "' '" + step_name + "']")272 LOGGER.warning("Unexpected error from bb log '" + build_name + "' '" + step_name + "': '" +310 LOGGER.debug("Formatting error workaround rebuilt line as: '" + line + "'\n")325 LOGGER.warning("Line improperly formatted: '" + line + "'\n")354 LOGGER.warning("Too many characters in column '" + key +[all …]
53 private static final Logger LOGGER = Logger.getLogger(CombineGeoData.class.getName()); field in CombineGeoData275 LOGGER.severe("usage: java -jar combine-geodata.jar /path/to/input /path/to/output"); in main()283 LOGGER.severe(e.getMessage()); in main()
43 LOGGER = logging.getLogger("concurrent.futures") variable332 LOGGER.exception('exception calling callback for %r', self)416 LOGGER.exception('exception calling callback for %r', self)522 LOGGER.critical('Future %s in unexpected state: %s',
74 _base.LOGGER.critical('Exception in initializer:', exc_info=True)109 _base.LOGGER.critical('Exception in worker', exc_info=True)
232 _base.LOGGER.critical('Exception in initializer:', exc_info=True)
398 static mut LOGGER: &dyn Log = &NopLogger; constant1486 LOGGER = make_logger(); in set_logger_inner()1525 LOGGER = logger; in set_logger_racy()1579 unsafe { LOGGER } in logger()
121 private static final Logger LOGGER = Logger.getLogger("ohos.global.icu.util.TimeZone"); field in TimeZone719 … LOGGER.fine("\"" +id + "\" is a bogus id so timezone is falling back to Etc/Unknown(GMT)."); in getTimeZone()
121 private static final Logger LOGGER = Logger.getLogger("com.ibm.icu.util.TimeZone"); field in TimeZone761 … LOGGER.fine("\"" +id + "\" is a bogus id so timezone is falling back to Etc/Unknown(GMT)."); in getTimeZone()
1513 - Formatting, naming (LOGGER -> logger) and comment tweaks to follow style