Interface LogStore
- All Known Implementing Classes:
LogStoreImpl
@ProviderType
public interface LogStore
Queriable store of structured log entries.
-
Method Summary
-
Method Details
-
getRecent
Returns a list ofLogEntries matching the specified parameters- Parameters:
pattern- the pattern to match against all the text-based fields of the log entry. Ignored ifnull.minLevel- the minimum level of the log entries. Defaults toLogLevel.TRACEifnull.maxEntries- the maximum entries to return. Clamped to 1 if needed.- Returns:
- a list of entries matching the parameters. May be empty but not
null
-