public class LogViewerClient extends Object
| Constructor and Description |
|---|
LogViewerClient(String backEndUrl,
String sessionCookie) |
LogViewerClient(String backEndURL,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
clearLogs() |
org.wso2.carbon.logging.view.stub.types.carbon.LogEvent[] |
getAllRemoteSystemLogs()
Provide all remote system logs
|
org.wso2.carbon.logging.view.stub.types.carbon.LogEvent[] |
getAllSystemLogs()
Deprecated.
|
org.wso2.carbon.logging.view.stub.types.carbon.LogEvent[] |
getLogs(String logType,
String searchKey,
String domain,
String serverKey)
Deprecated.
|
org.wso2.carbon.logging.view.stub.types.carbon.LogEvent[] |
getRemoteLogs(String logType,
String searchKey,
String domain,
String serverKey)
Getting remote system logs
|
String[] |
getServiceNames() |
public LogViewerClient(String backEndUrl, String sessionCookie) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic org.wso2.carbon.logging.view.stub.types.carbon.LogEvent[] getRemoteLogs(String logType, String searchKey, String domain, String serverKey) throws RemoteException, org.wso2.carbon.logging.view.stub.LogViewerLogViewerException
logType - Log type (INFO,WARN,ERROR,DEBUG)searchKey - searching keyworddomain - - tenant domainserverKey - - server key defined at carbon.xmlRemoteException - Exceptionorg.wso2.carbon.logging.view.stub.LogViewerLogViewerExceptionpublic String[] getServiceNames() throws RemoteException, org.wso2.carbon.logging.view.stub.LogViewerLogViewerException
RemoteExceptionorg.wso2.carbon.logging.view.stub.LogViewerLogViewerExceptionpublic org.wso2.carbon.logging.view.stub.types.carbon.LogEvent[] getAllRemoteSystemLogs()
throws RemoteException,
org.wso2.carbon.logging.view.stub.LogViewerLogViewerException
RemoteExceptionorg.wso2.carbon.logging.view.stub.LogViewerLogViewerException@Deprecated public org.wso2.carbon.logging.view.stub.types.carbon.LogEvent[] getLogs(String logType, String searchKey, String domain, String serverKey) throws RemoteException
logType - Log type (INFO,WARN,ERROR,DEBUG)searchKey - searching keyworddomain - - tenant domainserverKey - - server key defined at carbon.xmlRemoteException - Exception@Deprecated public org.wso2.carbon.logging.view.stub.types.carbon.LogEvent[] getAllSystemLogs() throws RemoteException
RemoteExceptionpublic boolean clearLogs()
throws RemoteException
RemoteExceptionCopyright © 2015 WSO2. All rights reserved.