public interface LoggingAdmin
Modifier and Type | Method and Description |
---|---|
LoggerData[] |
getAllLoggerData(String logNameFilter52,
boolean beginsWith53)
Auto generated method signature
|
AppenderData |
getAppenderData(String appenderName36)
Auto generated method signature
|
LoggerData |
getLoggerData(String loggerName27)
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 appenderPattern20)
Auto generated method signature
|
void |
restoreDefaults()
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAllLoggerData(String logNameFilter52,
boolean beginsWith53,
LoggingAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetAppenderData(String appenderName36,
LoggingAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetLoggerData(String loggerName27,
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 appenderPattern20,
LoggingAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
updateAllAppenderData(String appenderName12,
String appenderPattern13,
String threshold14,
String logFileName15,
String sysLogHost16,
String facility17,
boolean persist18)
Auto generated method signature for Asynchronous Invocations
|
void |
updateLoggerData(String loggerName31,
String loggerLevel32,
boolean additivity33,
boolean persist34)
Auto generated method signature for Asynchronous Invocations
|
void |
updateSyslogConfig(String url43,
String port44,
String realm45,
String userName46,
String password47)
Auto generated method signature for Asynchronous Invocations
|
void |
updateSystemLog(String logLevel58,
String logPattern59,
boolean persist60)
Auto generated method signature for Asynchronous Invocations
|
void updateAllAppenderData(String appenderName12, String appenderPattern13, String threshold14, String logFileName15, String sysLogHost16, String facility17, boolean persist18) throws RemoteException, LoggingAdminException
LoggingAdminException
- :RemoteException
String removeSyslogPattern(String appenderPattern20) throws RemoteException
removeSyslogPattern19
- RemoteException
void startremoveSyslogPattern(String appenderPattern20, LoggingAdminCallbackHandler callback) throws RemoteException
removeSyslogPattern19
- RemoteException
boolean isStratosService() throws RemoteException, LoggingAdminException
isStratosService23
- LoggingAdminException
- :RemoteException
void startisStratosService(LoggingAdminCallbackHandler callback) throws RemoteException
isStratosService23
- RemoteException
LoggerData getLoggerData(String loggerName27) throws RemoteException
getLoggerData26
- RemoteException
void startgetLoggerData(String loggerName27, LoggingAdminCallbackHandler callback) throws RemoteException
getLoggerData26
- RemoteException
void updateLoggerData(String loggerName31, String loggerLevel32, boolean additivity33, boolean persist34) throws RemoteException, LoggingAdminException
LoggingAdminException
- :RemoteException
AppenderData getAppenderData(String appenderName36) throws RemoteException
getAppenderData35
- RemoteException
void startgetAppenderData(String appenderName36, LoggingAdminCallbackHandler callback) throws RemoteException
getAppenderData35
- RemoteException
LogData getSystemLog() throws RemoteException, LoggingAdminException
getSystemLog39
- LoggingAdminException
- :RemoteException
void startgetSystemLog(LoggingAdminCallbackHandler callback) throws RemoteException
getSystemLog39
- RemoteException
void updateSyslogConfig(String url43, String port44, String realm45, String userName46, String password47) throws RemoteException, LoggingAdminLoggingAdminException
LoggingAdminLoggingAdminException
- :RemoteException
SyslogData getSyslogData() throws RemoteException, LoggingAdminLoggingAdminException
getSyslogData48
- LoggingAdminLoggingAdminException
- :RemoteException
void startgetSyslogData(LoggingAdminCallbackHandler callback) throws RemoteException
getSyslogData48
- RemoteException
LoggerData[] getAllLoggerData(String logNameFilter52, boolean beginsWith53) throws RemoteException
getAllLoggerData51
- RemoteException
void startgetAllLoggerData(String logNameFilter52, boolean beginsWith53, LoggingAdminCallbackHandler callback) throws RemoteException
getAllLoggerData51
- RemoteException
void restoreDefaults() throws RemoteException, LoggingAdminException
LoggingAdminException
- :RemoteException
void updateSystemLog(String logLevel58, String logPattern59, boolean persist60) throws RemoteException, LoggingAdminException
LoggingAdminException
- :RemoteException
Copyright © 2019 WSO2. All rights reserved.