| java.lang.Object org.apache.commons.vfs.VfsLog
VfsLog | public class VfsLog (Code) | | This class is to keep the old logging behaviour (for ant-task) and to be able to
correctly use commons-logging.
I hope i could remove it sometimes.
author: Mario Ivankovits version: $Revision: 480428 $ $Date: 2006-11-28 22:15:24 -0800 (Tue, 28 Nov 2006) $ |
Method Summary | |
public static void | debug(Log vfslog, Log commonslog, String message) | public static void | debug(Log vfslog, Log commonslog, String message, Throwable t) | public static void | error(Log vfslog, Log commonslog, String message, Throwable t) | public static void | error(Log vfslog, Log commonslog, String message) | public static void | fatal(Log vfslog, Log commonslog, String message, Throwable t) | public static void | fatal(Log vfslog, Log commonslog, String message) | public static void | info(Log vfslog, Log commonslog, String message, Throwable t) | public static void | info(Log vfslog, Log commonslog, String message) | public static void | warn(Log vfslog, Log commonslog, String message, Throwable t) | public static void | warn(Log vfslog, Log commonslog, String message) |
debug | public static void debug(Log vfslog, Log commonslog, String message)(Code) | | debug
|
error | public static void error(Log vfslog, Log commonslog, String message)(Code) | | error
|
fatal | public static void fatal(Log vfslog, Log commonslog, String message)(Code) | | fatal
|
info | public static void info(Log vfslog, Log commonslog, String message)(Code) | | info
|
warn | public static void warn(Log vfslog, Log commonslog, String message)(Code) | | warning
|
|
|