| |
|
| java.lang.Object org.tigris.scarab.util.Log
Log | abstract public class Log (Code) | | A simple wrapper around a logger object to use to log to the
org.tigris.scarab category.
author: John McNally version: $Id: Log.java 7502 2003-03-28 00:02:24Z jon $ |
Method Summary | |
public static String | debugMemory() Log free and total memory at DEBUG level. | final public static Logger | get() | final public static Logger | get(String s) |
debugMemory | public static String debugMemory()(Code) | | Log free and total memory at DEBUG level. Invokes Runtime.gc() prior
to taking memory snapshot.
|
get | final public static Logger get()(Code) | | |
|
|
|