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 - :RemoteExceptionvoid startisLoggerExist(String loggerName8, LoggingAdminCallbackHandler callback) throws RemoteException
isLoggerExist7 - RemoteExceptionLoggerData getLoggerData(String loggerName12) throws RemoteException, LoggingAdminIOException
getLoggerData11 - LoggingAdminIOException - :RemoteExceptionvoid startgetLoggerData(String loggerName12, LoggingAdminCallbackHandler callback) throws RemoteException
getLoggerData11 - RemoteExceptionLoggerData[] getAllLoggerData(boolean beginsWith16, String logNameFilter17) throws RemoteException, LoggingAdminIOException
getAllLoggerData15 - LoggingAdminIOException - :RemoteExceptionvoid startgetAllLoggerData(boolean beginsWith16,
String logNameFilter17,
LoggingAdminCallbackHandler callback)
throws RemoteException
getAllLoggerData15 - RemoteExceptionvoid updateLoggerData(String loggerName21, String logLevel22) throws RemoteException, LoggingAdminIOException, LoggingAdminConfigurationException
LoggingAdminIOException - :LoggingAdminConfigurationException - :RemoteExceptionvoid addLogger(String loggerName24, String loggerClass25, String logLevel26) throws RemoteException, LoggingAdminIOException, LoggingAdminConfigurationException
LoggingAdminIOException - :LoggingAdminConfigurationException - :RemoteExceptionString getLoggers() throws RemoteException, LoggingAdminIOException
getLoggers27 - LoggingAdminIOException - :RemoteExceptionvoid startgetLoggers(LoggingAdminCallbackHandler callback) throws RemoteException
getLoggers27 - RemoteExceptionCopyright © 2022 WSO2. All rights reserved.