Package org.apache.commons.vfs
Class VfsLog
- java.lang.Object
-
- org.apache.commons.vfs.VfsLog
-
public class VfsLog extends java.lang.ObjectThis 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.- Version:
- $Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Wed, 29 Nov 2006) $
- Author:
- Mario Ivankovits
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddebug(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message)debugstatic voiddebug(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message, java.lang.Throwable t)debugstatic voiderror(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message)errorstatic voiderror(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message, java.lang.Throwable t)errorstatic voidfatal(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message)fatalstatic voidfatal(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message, java.lang.Throwable t)fatalstatic voidinfo(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message)infostatic voidinfo(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message, java.lang.Throwable t)infostatic voidwarn(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message)warningstatic voidwarn(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message, java.lang.Throwable t)warning
-
-
-
Method Detail
-
warn
public static void warn(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message, java.lang.Throwable t)warning
-
warn
public static void warn(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message)warning
-
debug
public static void debug(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message)debug
-
debug
public static void debug(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message, java.lang.Throwable t)debug
-
info
public static void info(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message, java.lang.Throwable t)info
-
info
public static void info(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message)info
-
error
public static void error(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message, java.lang.Throwable t)error
-
error
public static void error(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message)error
-
fatal
public static void fatal(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message, java.lang.Throwable t)fatal
-
fatal
public static void fatal(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, java.lang.String message)fatal
-
-