net.sf.jftp.util
Class Log

java.lang.Object
  |
  +--net.sf.jftp.util.Log

public class Log
extends java.lang.Object


Method Summary
static void clearCache()
           
static void debug(java.lang.String msg)
           
static void debugRaw(java.lang.String msg)
           
static java.lang.String getCache()
           
static void setLogger(Logger logger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setLogger

public static void setLogger(Logger logger)

debug

public static void debug(java.lang.String msg)

debugRaw

public static void debugRaw(java.lang.String msg)

getCache

public static java.lang.String getCache()

clearCache

public static void clearCache()