Modifier and Type | Method and Description |
---|---|
LogEvent[] |
LogViewer.getAllSystemLogs() |
LogEvent[] |
LogViewer.getApplicationLogs(String type,
String keyword,
String appName,
String tenantDomain,
String serverKey) |
LogEvent[] |
LogViewer.getLogs(String type,
String keyword,
String tenantDomain,
String serverKey) |
Modifier and Type | Method and Description |
---|---|
LogEvent[] |
PaginatedLogEvent.getLogInfo() |
Modifier and Type | Method and Description |
---|---|
void |
PaginatedLogEvent.setLogInfo(LogEvent[] logEvt) |
Modifier and Type | Method and Description |
---|---|
List<LogEvent> |
InMemoryLogProvider.getAllLogs(String tenantDomain,
String serverKey) |
List<LogEvent> |
InMemoryLogProvider.getLogs(String type,
String keyword,
String appName,
String tenantDomain,
String serverKey) |
List<LogEvent> |
InMemoryLogProvider.getLogsByAppName(String appName,
String tenantDomain,
String serverKey) |
List<LogEvent> |
InMemoryLogProvider.getSystemLogs() |
Modifier and Type | Method and Description |
---|---|
List<LogEvent> |
LogProvider.getAllLogs(String tenantDomain,
String serverKey)
Return a list of all the logs available under given domain and server key
|
List<LogEvent> |
LogProvider.getLogs(String type,
String keyword,
String appName,
String tenantDomain,
String serverKey)
Returns a list of all LogEvents related to the given application, which match to given type
and LogEvent message has given key word with it.
|
List<LogEvent> |
LogProvider.getLogsByAppName(String appName,
String tenantDomain,
String serverKey)
Return a list of all the LogEvents belongs to the application, which is deployed under given
tenant domain and server key.
|
List<LogEvent> |
LogProvider.getSystemLogs()
Return a list of system LogEvents
|
Modifier and Type | Method and Description |
---|---|
List<LogEvent> |
LogEventSorter.call() |
List<LogEvent> |
LogEventSorter.getPreprocessedEvents() |
Constructor and Description |
---|
LogEventSorter(List<LogEvent> events) |
Copyright © 2019 WSO2. All rights reserved.