Method Summary |
|
public static void | log(ObjectContainer container, Object obj) logs the structure of an object. |
public static void | log(Object obj) logs the structure of an object. |
public static void | logAll(ObjectContainer container) logs all objects in the passed ObjectContainer. |
public static void | main(String[] args) opens a database file and logs the content of a class to standard out. |
public static void | setMaximumDepth(int depth) limits logging to a maximum depth. |
public static void | setOut(java.io.PrintStream ps) redirects output to a different PrintStream. |