private static class GraalDebugConfigCustomizer.NodeDumper extends Object implements DebugDumpHandler
Modifier | Constructor and Description |
---|---|
private |
NodeDumper() |
Modifier and Type | Method and Description |
---|---|
void |
close()
Flushes and releases resources managed by this dump handler.
|
void |
dump(Object object,
String message) |
private NodeDumper()
public void dump(Object object, String message)
dump
in interface DebugDumpHandler
public void close()
DebugDumpHandler
DebugDumpHandler.dump(Object, String)
will create and open new resources. That is, this method can be
used to reset the handler.close
in interface DebugDumpHandler
close
in interface Closeable
close
in interface AutoCloseable