static AutoCloseable tempIndent() { threadIndent(); ret new AutoCloseable { public void close() { threadUnindent(); } }; }