Returns true if the core is ready for use. It is not initializing or closing/closed.
()
| 1941 | StringBuilder sb = new StringBuilder("VERBOSE:"); |
| 1942 | // sb.append(Thread.currentThread().getName()); |
| 1943 | // sb.append(':'); |
| 1944 | for (Object o : args) { |
| 1945 | sb.append(' '); |
| 1946 | sb.append(o == null ? "(null)" : o.toString()); |
| 1947 | } |
| 1948 | // System.out.println(sb.toString()); |
no test coverage detected