public interface LogFilter
| Modifier and Type | Interface and Description |
|---|---|
static class |
LogFilter.ContainsMessage
Propagate records containing certain substrings.
|
static class |
LogFilter.HasChannel |
static class |
LogFilter.MatchesMessage
Propagate records when Records match a specific message exactly (equals() is used for comparisons)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Redwood.Record message) |
boolean matches(Redwood.Record message)