Class PasswordMaskingLogMutator

    • Constructor Detail

      • PasswordMaskingLogMutator

        public PasswordMaskingLogMutator​(VariableContext variableContext)
    • Method Detail

      • mutate

        public LogEntry mutate​(@NotNull
                               @NotNull LogEntry logEntry)
        Description copied from interface: LogMutator
        Method invoked whenever a new log entry is logged
        Specified by:
        mutate in interface LogMutator
      • mutateError

        public LogEntry mutateError​(@NotNull
                                    @NotNull LogEntry logEntry)
        Description copied from interface: LogMutator
        Method invoked whenever a new error log entry is logged
        Specified by:
        mutateError in interface LogMutator