public class LogMemorisingInterceptor extends Object implements LogInterceptor
| Constructor and Description |
|---|
LogMemorisingInterceptor(int linesToRemember) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<LogEntry> |
getLogEntries() |
void |
intercept(LogEntry logEntry)
Method invoked whenever a new log entry is logged
|
void |
interceptError(LogEntry logEntry)
Method invoked whenever a new error log entry is logged
|
public void intercept(@NotNull
LogEntry logEntry)
LogInterceptorintercept in interface LogInterceptorpublic void interceptError(@NotNull
LogEntry logEntry)
LogInterceptorinterceptError in interface LogInterceptorCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.