Interface LogScrubber

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String cleanMessage​(java.lang.String message)
      Updates the given message to account for restrictions for this implementation and returns the result.
    • Method Detail

      • cleanMessage

        java.lang.String cleanMessage​(java.lang.String message)
        Updates the given message to account for restrictions for this implementation and returns the result.
        Parameters:
        message - Original message to clean.
        Returns:
        Cleaned message.