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