org.tigris.scarab.util
Class Log

java.lang.Object
  extended byorg.tigris.scarab.util.Log

public abstract class Log
extends java.lang.Object

A simple wrapper around a logger object to use to log to the org.tigris.scarab category.

Version:
$Id: Log.java 7502 2003-03-28 00:02:24Z jon $
Author:
John McNally

Constructor Summary
Log()
           
 
Method Summary
static java.lang.String debugMemory()
          Log free and total memory at DEBUG level.
static org.apache.log4j.Logger get()
           
static org.apache.log4j.Logger get(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log

public Log()
Method Detail

get

public static final org.apache.log4j.Logger get()

get

public static final org.apache.log4j.Logger get(java.lang.String s)

debugMemory

public static java.lang.String debugMemory()
Log free and total memory at DEBUG level. Invokes Runtime.gc() prior to taking memory snapshot.



Copyright © 2000-2004 Tigris.org. All Rights Reserved.