Uses of Enum
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.LogTypeModifier and TypeMethodDescriptionReturns 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.LogTypeModifier and TypeMethodDescriptionstatic voidVFSTransportErrorHandler.logException(org.apache.commons.logging.Log log, VFSTransportErrorHandler.LogType type, String message) This method is used to log exceptions without exceptionstatic voidVFSTransportErrorHandler.logException(org.apache.commons.logging.Log log, VFSTransportErrorHandler.LogType type, String message, Exception e) This method is used to log exceptions with exceptionstatic voidVFSTransportErrorHandler.logException(org.apache.commons.logging.Log log, VFSTransportErrorHandler.LogType type, String message, String configName) This method is used to log exceptions without exceptionstatic voidVFSTransportErrorHandler.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