public interface LoggingAdmin
Modifier and Type | Method and Description |
---|---|
LoggerData[] |
getAllLoggerData(String logNameFilter12,
boolean beginsWith13)
Auto generated method signature
|
AppenderData |
getAppenderData(String appenderName41)
Auto generated method signature
|
LoggerData |
getLoggerData(String loggerName53)
Auto generated method signature
|
SyslogData |
getSyslogData()
Auto generated method signature
|
LogData |
getSystemLog()
Auto generated method signature
|
boolean |
isStratosService()
Auto generated method signature
|
String |
removeSyslogPattern(String appenderPattern26)
Auto generated method signature
|
void |
restoreDefaults()
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllLoggerData(String logNameFilter12,
boolean beginsWith13,
LoggingAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAppenderData(String appenderName41,
LoggingAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetLoggerData(String loggerName53,
LoggingAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSyslogData(LoggingAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSystemLog(LoggingAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startisStratosService(LoggingAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startremoveSyslogPattern(String appenderPattern26,
LoggingAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateAllAppenderData(String appenderName45,
String appenderPattern46,
String threshold47,
String logFileName48,
String sysLogHost49,
String facility50,
boolean persist51)
Auto generated method signature for Asynchronous Invocations
|
void |
updateLoggerData(String loggerName57,
String loggerLevel58,
boolean additivity59,
boolean persist60)
Auto generated method signature for Asynchronous Invocations
|
void |
updateSyslogConfig(String url20,
String port21,
String realm22,
String userName23,
String password24)
Auto generated method signature for Asynchronous Invocations
|
void |
updateSystemLog(String logLevel33,
String logPattern34,
boolean persist35)
Auto generated method signature for Asynchronous Invocations
|
LoggerData[] getAllLoggerData(String logNameFilter12, boolean beginsWith13) throws RemoteException
getAllLoggerData11
- RemoteException
void startgetAllLoggerData(String logNameFilter12, boolean beginsWith13, LoggingAdminCallbackHandler callback) throws RemoteException
getAllLoggerData11
- RemoteException
boolean isStratosService() throws RemoteException, LoggingAdminException
isStratosService16
- LoggingAdminException
- :RemoteException
void startisStratosService(LoggingAdminCallbackHandler callback) throws RemoteException
isStratosService16
- RemoteException
void updateSyslogConfig(String url20, String port21, String realm22, String userName23, String password24) throws RemoteException, LoggingAdminLoggingAdminException
LoggingAdminLoggingAdminException
- :RemoteException
String removeSyslogPattern(String appenderPattern26) throws RemoteException
removeSyslogPattern25
- RemoteException
void startremoveSyslogPattern(String appenderPattern26, LoggingAdminCallbackHandler callback) throws RemoteException
removeSyslogPattern25
- RemoteException
SyslogData getSyslogData() throws RemoteException, LoggingAdminLoggingAdminException
getSyslogData29
- LoggingAdminLoggingAdminException
- :RemoteException
void startgetSyslogData(LoggingAdminCallbackHandler callback) throws RemoteException
getSyslogData29
- RemoteException
void updateSystemLog(String logLevel33, String logPattern34, boolean persist35) throws RemoteException, LoggingAdminException
LoggingAdminException
- :RemoteException
void restoreDefaults() throws RemoteException, LoggingAdminException
LoggingAdminException
- :RemoteException
LogData getSystemLog() throws RemoteException, LoggingAdminException
getSystemLog37
- LoggingAdminException
- :RemoteException
void startgetSystemLog(LoggingAdminCallbackHandler callback) throws RemoteException
getSystemLog37
- RemoteException
AppenderData getAppenderData(String appenderName41) throws RemoteException
getAppenderData40
- RemoteException
void startgetAppenderData(String appenderName41, LoggingAdminCallbackHandler callback) throws RemoteException
getAppenderData40
- RemoteException
void updateAllAppenderData(String appenderName45, String appenderPattern46, String threshold47, String logFileName48, String sysLogHost49, String facility50, boolean persist51) throws RemoteException, LoggingAdminException
LoggingAdminException
- :RemoteException
LoggerData getLoggerData(String loggerName53) throws RemoteException
getLoggerData52
- RemoteException
void startgetLoggerData(String loggerName53, LoggingAdminCallbackHandler callback) throws RemoteException
getLoggerData52
- RemoteException
void updateLoggerData(String loggerName57, String loggerLevel58, boolean additivity59, boolean persist60) throws RemoteException, LoggingAdminException
LoggingAdminException
- :RemoteException
Copyright © 2017 WSO2. All rights reserved.