public interface LoggingAdmin
Modifier and Type | Method and Description |
---|---|
void |
addLogger(String loggerName24,
String loggerClass25,
String logLevel26)
Auto generated method signature for Asynchronous Invocations
|
LoggerData[] |
getAllLoggerData(boolean beginsWith16,
String logNameFilter17)
Auto generated method signature
|
LoggerData |
getLoggerData(String loggerName12)
Auto generated method signature
|
String |
getLoggers()
Auto generated method signature
|
boolean |
isLoggerExist(String loggerName8)
Auto generated method signature
|
void |
startgetAllLoggerData(boolean beginsWith16,
String logNameFilter17,
LoggingAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetLoggerData(String loggerName12,
LoggingAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetLoggers(LoggingAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisLoggerExist(String loggerName8,
LoggingAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateLoggerData(String loggerName21,
String logLevel22)
Auto generated method signature for Asynchronous Invocations
|
boolean isLoggerExist(String loggerName8) throws RemoteException, LoggingAdminIOException
isLoggerExist7
- LoggingAdminIOException
- :RemoteException
void startisLoggerExist(String loggerName8, LoggingAdminCallbackHandler callback) throws RemoteException
isLoggerExist7
- RemoteException
LoggerData getLoggerData(String loggerName12) throws RemoteException, LoggingAdminIOException
getLoggerData11
- LoggingAdminIOException
- :RemoteException
void startgetLoggerData(String loggerName12, LoggingAdminCallbackHandler callback) throws RemoteException
getLoggerData11
- RemoteException
LoggerData[] getAllLoggerData(boolean beginsWith16, String logNameFilter17) throws RemoteException, LoggingAdminIOException
getAllLoggerData15
- LoggingAdminIOException
- :RemoteException
void startgetAllLoggerData(boolean beginsWith16, String logNameFilter17, LoggingAdminCallbackHandler callback) throws RemoteException
getAllLoggerData15
- RemoteException
void updateLoggerData(String loggerName21, String logLevel22) throws RemoteException, LoggingAdminIOException, LoggingAdminConfigurationException
LoggingAdminIOException
- :LoggingAdminConfigurationException
- :RemoteException
void addLogger(String loggerName24, String loggerClass25, String logLevel26) throws RemoteException, LoggingAdminIOException, LoggingAdminConfigurationException
LoggingAdminIOException
- :LoggingAdminConfigurationException
- :RemoteException
String getLoggers() throws RemoteException, LoggingAdminIOException
getLoggers27
- LoggingAdminIOException
- :RemoteException
void startgetLoggers(LoggingAdminCallbackHandler callback) throws RemoteException
getLoggers27
- RemoteException
Copyright © 2023 WSO2. All rights reserved.