| Package | Description |
|---|---|
| org.wso2.carbon.logging.service.dao | |
| org.wso2.carbon.logging.service.dao.impl |
| Modifier and Type | Method and Description |
|---|---|
Optional<RemoteServerLoggerData> |
RemoteLoggingConfigDAO.getRemoteServerConfig(LoggingConstants.LogType type)
This method is used to get the remote server configuration from the storage.
|
void |
RemoteLoggingConfigDAO.resetRemoteServerConfig(LoggingConstants.LogType type)
This method is used to reset the remote server configurations to the defaults in the storage.
|
void |
RemoteLoggingConfigDAO.saveRemoteServerConfig(RemoteServerLoggerData data,
LoggingConstants.LogType type)
This method is used to add a remote server configuration from the storage.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<RemoteServerLoggerData> |
RegistryBasedRemoteLoggingConfigDAO.getRemoteServerConfig(LoggingConstants.LogType type) |
void |
RegistryBasedRemoteLoggingConfigDAO.resetRemoteServerConfig(LoggingConstants.LogType type) |
void |
RegistryBasedRemoteLoggingConfigDAO.saveRemoteServerConfig(RemoteServerLoggerData data,
LoggingConstants.LogType type) |
Copyright © 2025 WSO2. All rights reserved.