public interface RemoteLoggingConfigService
| Modifier and Type | Method and Description |
|---|---|
void |
addRemoteServerConfig(RemoteServerLoggerData data)
This method is used to add a remote server configuration.
|
void |
resetRemoteServerConfig(RemoteServerLoggerData data)
This method is used to reset the remote server configurations to the defaults.
|
void addRemoteServerConfig(RemoteServerLoggerData data) throws IOException, org.apache.commons.configuration.ConfigurationException
data - RemoteServerLoggerData object that contains the remote server configuration.IOException - If an error occurs while writing to the log4j2.properties file.org.apache.commons.configuration.ConfigurationException - If an error occurs while loading the log4j2.properties file.void resetRemoteServerConfig(RemoteServerLoggerData data) throws IOException, org.apache.commons.configuration.ConfigurationException
data - RemoteServerLoggerData object that contains the remote server configuration.IOException - If an error occurs while writing to the log4j2.properties file.org.apache.commons.configuration.ConfigurationException - If an error occurs while loading the log4j2.properties file.Copyright © 2023 WSO2. All rights reserved.