public class LoggingAdminClient extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoggingAdminClient.LogLevel |
| Constructor and Description |
|---|
LoggingAdminClient(String backEndUrl,
String sessionCookie) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
updateLoggerData(String loggerName,
String logLevel,
boolean additivity,
boolean persist)
Updates the loggerdata in the
LoggingAdminStub. |
public boolean updateLoggerData(String loggerName, String logLevel, boolean additivity, boolean persist) throws Exception
LoggingAdminStub.loggerName - the logger namelogLevel - the log leveladditivity - whether additivity is true or falsepersist - whether to persist or notException - exception from the LoggingAdminStubCopyright © 2019 WSO2. All rights reserved.