net.sf.jftp.system.logging
Class Log
java.lang.Object
   net.sf.jftp.system.logging.Log
net.sf.jftp.system.logging.Log
- public class Log 
- extends java.lang.Object
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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)
- 
 
out
public static void out(java.lang.String msg)
- 
 
devnull
public static void devnull(java.lang.Object msg)
- 
 
getCache
public static java.lang.String getCache()
- 
 
clearCache
public static void clearCache()
-