Uses of Class
org.apache.synapse.transport.vfs.VFSTransportErrorHandler.LogType
-
-
Uses of VFSTransportErrorHandler.LogType in org.apache.synapse.transport.vfs
Methods in org.apache.synapse.transport.vfs that return VFSTransportErrorHandler.LogType Modifier and Type Method Description static VFSTransportErrorHandler.LogType
VFSTransportErrorHandler.LogType. valueOf(String name)
Returns the enum constant of this type with the specified name.static VFSTransportErrorHandler.LogType[]
VFSTransportErrorHandler.LogType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.synapse.transport.vfs with parameters of type VFSTransportErrorHandler.LogType Modifier and Type Method Description static void
VFSTransportErrorHandler. logException(org.apache.commons.logging.Log log, VFSTransportErrorHandler.LogType type, String message)
This method is used to log exceptions without exceptionstatic void
VFSTransportErrorHandler. logException(org.apache.commons.logging.Log log, VFSTransportErrorHandler.LogType type, String message, Exception e)
This method is used to log exceptions with exceptionstatic void
VFSTransportErrorHandler. logException(org.apache.commons.logging.Log log, VFSTransportErrorHandler.LogType type, String message, String configName)
This method is used to log exceptions without exceptionstatic void
VFSTransportErrorHandler. logException(org.apache.commons.logging.Log log, VFSTransportErrorHandler.LogType type, String message, String configName, Exception e)
This method is used to log exceptions with exception
-