Uses of Class
org.wso2.carbon.logging.service.LoggingConstants.LogType
-
Packages that use LoggingConstants.LogType Package Description org.wso2.carbon.logging.service org.wso2.carbon.logging.service.dao org.wso2.carbon.logging.service.dao.impl -
-
Uses of LoggingConstants.LogType in org.wso2.carbon.logging.service
Methods in org.wso2.carbon.logging.service that return LoggingConstants.LogType Modifier and Type Method Description static LoggingConstants.LogTypeLoggingConstants.LogType. valueOf(String name)Returns 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.LogType Modifier and Type Method Description Optional<RemoteServerLoggerData>RemoteLoggingConfigDAO. 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.LogType Modifier and Type Method Description Optional<RemoteServerLoggerData>RegistryBasedRemoteLoggingConfigDAO. getRemoteServerConfig(LoggingConstants.LogType type)voidRegistryBasedRemoteLoggingConfigDAO. resetRemoteServerConfig(LoggingConstants.LogType type)voidRegistryBasedRemoteLoggingConfigDAO. saveRemoteServerConfig(RemoteServerLoggerData data, LoggingConstants.LogType type)
-