public interface ErrorExpansionMapper
Modifier and Type | Method and Description |
---|---|
List<ErrorLog> |
expandLogs(String errorCategory,
String collapsedElement,
String application,
Filter filter)
Get concrete error logs fitting the passed filter settings
|
List<ErrorLog> expandLogs(@Param(value="errorCategory") String errorCategory, @Param(value="collapsedElement") String collapsedElement, @Param(value="application") String application, @Param(value="filter") Filter filter)
errorCategory
- category to which the error belongscollapsedElement
- error type of the logsapplication
- application which emitted the logfilter
- filter settingsCopyright © 2020. All rights reserved.