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

Method isDebugMode

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

Is someone debugging PCGen? @return boolean debugging state

()

Source from the content-addressed store, hash-verified

133 * @return boolean debugging state
134 */
135 public static boolean isDebugMode()
136 {
137 return debugMode;
138 }
139
140 /**
141 * Check if the level of logs would be output for the caller. This can

Callers 15

loadTipsMethod · 0.95
dataAddedMethod · 0.95
dataRemovedMethod · 0.95
elementRemovedMethod · 0.95
elementsChangedMethod · 0.95
quantityChangedMethod · 0.95
getPathsMethod · 0.95
elementRemovedMethod · 0.95
createFilesMethod · 0.95
renameObjectMethod · 0.95
getNextMethod · 0.95
getPreviousMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected