Interface LogMutator
-
- All Known Implementing Classes:
LogMutatorStack
,PasswordMaskingLogMutator
,WarningsParsingLogInterceptor
@Internal public interface LogMutator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogEntry
mutate(@NotNull LogEntry logEntry)
Method invoked whenever a new log entry is loggedLogEntry
mutateError(@NotNull LogEntry logEntry)
Method invoked whenever a new error log entry is logged
-