|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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.
Method Summary | |
static void |
debug(org.apache.commons.logging.Log vfslog,
org.apache.commons.logging.Log commonslog,
String message)
debug |
static void |
debug(org.apache.commons.logging.Log vfslog,
org.apache.commons.logging.Log commonslog,
String message,
Throwable t)
debug |
static void |
error(org.apache.commons.logging.Log vfslog,
org.apache.commons.logging.Log commonslog,
String message)
error |
static void |
error(org.apache.commons.logging.Log vfslog,
org.apache.commons.logging.Log commonslog,
String message,
Throwable t)
error |
static void |
fatal(org.apache.commons.logging.Log vfslog,
org.apache.commons.logging.Log commonslog,
String message)
fatal |
static void |
fatal(org.apache.commons.logging.Log vfslog,
org.apache.commons.logging.Log commonslog,
String message,
Throwable t)
fatal |
static void |
info(org.apache.commons.logging.Log vfslog,
org.apache.commons.logging.Log commonslog,
String message)
info |
static void |
info(org.apache.commons.logging.Log vfslog,
org.apache.commons.logging.Log commonslog,
String message,
Throwable t)
info |
static void |
warn(org.apache.commons.logging.Log vfslog,
org.apache.commons.logging.Log commonslog,
String message)
warning |
static void |
warn(org.apache.commons.logging.Log vfslog,
org.apache.commons.logging.Log commonslog,
String message,
Throwable t)
warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void warn(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message, Throwable t)
public static void warn(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message)
public static void debug(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message)
public static void debug(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message, Throwable t)
public static void info(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message, Throwable t)
public static void info(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message)
public static void error(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message, Throwable t)
public static void error(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message)
public static void fatal(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message, Throwable t)
public static void fatal(org.apache.commons.logging.Log vfslog, org.apache.commons.logging.Log commonslog, String message)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |