public interface LogRepository
| Modifier and Type | Method and Description |
|---|---|
void |
append(Entry entry) |
List<Entry> |
getCachedEntries(int offset,
int limit) |
void |
initRepository(Map<String,Object> params) |
Copyright © 2019. All rights reserved.