public interface ExpandLogsService
Modifier and Type | Method and Description |
---|---|
List<ErrorLog> |
expandLogs(String errorCategory,
String collapsedElement,
String application,
Filter filter)
Get concrete logs for a given error type using attached filter settings
|
List<ErrorLog> expandLogs(String errorCategory, String collapsedElement, String application, Filter filter)
errorCategory
- name of the category to whith the log belongsapplication
- name of the application that emitted the logcollapsedElement
- error type for which should concrete logs be providedfilter
- request filter settingsCopyright © 2020. All rights reserved.