Uses of Enum
org.wso2.carbon.logging.service.LoggingConstants.LogType
Packages that use LoggingConstants.LogType
Package
Description
-
Uses of LoggingConstants.LogType in org.wso2.carbon.logging.service
Methods in org.wso2.carbon.logging.service that return LoggingConstants.LogTypeModifier and TypeMethodDescriptionstatic LoggingConstants.LogTypeReturns the enum constant of this type with the specified name.static LoggingConstants.LogType[]LoggingConstants.LogType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of LoggingConstants.LogType in org.wso2.carbon.logging.service.dao
Methods in org.wso2.carbon.logging.service.dao with parameters of type LoggingConstants.LogTypeModifier and TypeMethodDescriptionRemoteLoggingConfigDAO.getRemoteServerConfig(LoggingConstants.LogType type) This method is used to get the remote server configuration from the storage.voidRemoteLoggingConfigDAO.resetRemoteServerConfig(LoggingConstants.LogType type) This method is used to reset the remote server configurations to the defaults in the storage.voidRemoteLoggingConfigDAO.saveRemoteServerConfig(RemoteServerLoggerData data, LoggingConstants.LogType type) This method is used to add a remote server configuration from the storage. -
Uses of LoggingConstants.LogType in org.wso2.carbon.logging.service.dao.impl
Methods in org.wso2.carbon.logging.service.dao.impl with parameters of type LoggingConstants.LogTypeModifier and TypeMethodDescriptionRegistryBasedRemoteLoggingConfigDAO.getRemoteServerConfig(LoggingConstants.LogType type) voidRegistryBasedRemoteLoggingConfigDAO.resetRemoteServerConfig(LoggingConstants.LogType type) voidRegistryBasedRemoteLoggingConfigDAO.saveRemoteServerConfig(RemoteServerLoggerData data, LoggingConstants.LogType type)