Class VfsLog
java.lang.Object
org.apache.commons.vfs2.VfsLog
-
Method Summary
Modifier and TypeMethodDescriptionstatic voiddebug(org.apache.commons.logging.Log vfsLog, org.apache.commons.logging.Log commonslog, String message) debug.static voiddebug(org.apache.commons.logging.Log vfsLog, org.apache.commons.logging.Log commonsLog, String message, Throwable t) debug.static voiderror(org.apache.commons.logging.Log vfsLog, org.apache.commons.logging.Log commonsLog, String message) error.static voiderror(org.apache.commons.logging.Log vfsLog, org.apache.commons.logging.Log commonsLog, String message, Throwable t) error.static voidfatal(org.apache.commons.logging.Log vfsLog, org.apache.commons.logging.Log commonsLog, String message) fatal.static voidfatal(org.apache.commons.logging.Log vfsLog, org.apache.commons.logging.Log commonsLog, String message, Throwable t) fatal.static voidinfo(org.apache.commons.logging.Log vfsLog, org.apache.commons.logging.Log commonsLog, String message) info.static voidinfo(org.apache.commons.logging.Log vfsLog, org.apache.commons.logging.Log commonsLog, String message, Throwable t) info.static voidwarn(org.apache.commons.logging.Log vfsLog, org.apache.commons.logging.Log commonslog, String message) warning.static voidwarn(org.apache.commons.logging.Log vfsLog, org.apache.commons.logging.Log commonslog, String message, Throwable t) warning.
-
Method Details
-
debug
-
debug
-
error
-
error
-
fatal
-
fatal
-
info
-
info
-
warn
-
warn
-