Package org.apache.commons.vfs
Class VfsLog
java.lang.Object
org.apache.commons.vfs.VfsLog
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.
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
Modifier and TypeMethodDescriptionstatic void
debug
(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message) debugstatic void
debug
(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message, Throwable t) debugstatic void
error
(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message) errorstatic void
error
(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message, Throwable t) errorstatic void
fatal
(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message) fatalstatic void
fatal
(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message, Throwable t) fatalstatic void
info
(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message) infostatic void
info
(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message, Throwable t) infostatic void
warn
(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message) warningstatic void
warn
(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message, Throwable t) warning
-
Method Details
-
warn
public static void warn(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message, Throwable t) warning -
warn
public static void warn(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message) warning -
debug
public static void debug(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message) debug -
debug
public static void debug(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message, Throwable t) debug -
info
public static void info(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message, Throwable t) info -
info
public static void info(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message) info -
error
public static void error(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message, Throwable t) error -
error
public static void error(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message) error -
fatal
public static void fatal(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message, Throwable t) fatal -
fatal
public static void fatal(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message) fatal
-