Is someone debugging PCGen? @return boolean debugging state
()
| 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 |
no outgoing calls
no test coverage detected