MCPcopy Index your code
hub / github.com/PCGen/pcgen / errorPrint

Method errorPrint

code/src/java/pcgen/util/Logging.java:322–325  ·  view source on GitHub ↗

Beep and print error message if PCGen is debugging. @param s String error message

(final String s)

Source from the content-addressed store, hash-verified

320 * @param s String error message
321 */
322 public static void errorPrint(final String s)
323 {
324 log(ERROR, s);
325 }
326
327 /**
328 * Beep and print error message if PCGen is debugging.

Callers 15

buildCampaignMethod · 0.95
loadGameModesMethod · 0.95
loadGameModesMethod · 0.95
makeAbilityFromStringMethod · 0.95
loadGameModesMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
parseTokenMethod · 0.95
parseTokenMethod · 0.95
parseTokenMethod · 0.95
parseTokenMethod · 0.95

Calls 4

logMethod · 0.95
getLoggerMethod · 0.95
isLoggableMethod · 0.80
getSourceURIMethod · 0.65

Tested by 13

buildCampaignMethod · 0.76
loadGameModesMethod · 0.76
loadGameModesMethod · 0.76
makeAbilityFromStringMethod · 0.76
loadGameModesMethod · 0.76
countCampaignByNameMethod · 0.76
getPCAlignmentMethod · 0.76
getPCAlignmentMethod · 0.76
passesMethod · 0.76
passesMethod · 0.76
registerMethod · 0.76
parseLineMethod · 0.76