MCPcopy Create free account
hub / github.com/PCGen/pcgen / debugPrint

Method debugPrint

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

Print information message if PCGen is debugging. @param s String information message

(final String s)

Source from the content-addressed store, hash-verified

155 * @param s String information message
156 */
157 public static void debugPrint(final String s)
158 {
159 Logger l = getLogger();
160 if (l != null && l.isLoggable(DEBUG))
161 {
162 l.log(DEBUG, s);
163 }
164 }
165
166 /**
167 * Print information message if PCGen is debugging.

Callers 15

testGetVariableValue1Method · 0.95
testModFeatMethod · 0.95
testGetClassVarMethod · 0.95
parseTokenMethod · 0.95
parseTokenMethod · 0.95
parseTokenMethod · 0.95
getTokenMethod · 0.95
changeFromLevelMaxMethod · 0.95
passesMethod · 0.95

Calls 3

getLoggerMethod · 0.95
isLoggableMethod · 0.80
logMethod · 0.45

Tested by 7

testGetVariableValue1Method · 0.76
testModFeatMethod · 0.76
testGetClassVarMethod · 0.76
passesMethod · 0.76