MCPcopy Create free account
hub / github.com/BaseXdb/basex / debugln

Method debugln

basex-core/src/main/java/org/basex/util/Util.java:205–207  ·  view source on GitHub ↗

Prints a string to standard error if the Prop#debug flag is set. @param string debug string @param ext text optional extensions

(final Object string, final Object... ext)

Source from the content-addressed store, hash-verified

203 * @param ext text optional extensions
204 */
205 public static void debugln(final Object string, final Object... ext) {
206 if(Prop.debug) errln(string, ext);
207 }
208
209 /**
210 * Returns a string and replaces all % characters by the specified extensions

Callers 12

initMethod · 0.95
addRepoMethod · 0.95
IndexNamesMethod · 0.95
buildMethod · 0.95
buildMethod · 0.95
buildMethod · 0.95
fromClipboardMethod · 0.95
getViewMethod · 0.95
addMethod · 0.95
SnowballStemmerClass · 0.95
JapaneseTokenizerClass · 0.95
setSystemMethod · 0.95

Calls 1

errlnMethod · 0.95

Tested by

no test coverage detected