@Service public class ExpandLogsServiceImpl extends Object implements ExpandLogsService
Constructor and Description |
---|
ExpandLogsServiceImpl(LogDAO logDAO)
Instantiates a new Expand logs service.
|
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
|
@Autowired public ExpandLogsServiceImpl(LogDAO logDAO)
logDAO
- the log daopublic List<ErrorLog> expandLogs(String errorCategory, String collapsedElement, String application, Filter filter)
ExpandLogsService
expandLogs
in interface ExpandLogsService
errorCategory
- name of the category to whith the log belongscollapsedElement
- error type for which should concrete logs be providedapplication
- name of the application that emitted the logfilter
- request filter settingsCopyright © 2020. All rights reserved.