Class LogCleanerUtil


  • public final class LogCleanerUtil
    extends Object
    • Method Detail

      • removeLinearWhiteSpaces

        public static String removeLinearWhiteSpaces​(String input)
        Remove extra white spaces in String and convert into lowercase.
        Parameters:
        input - Input String
        Returns:
        string
      • getSafeHeaderValue

        public static String getSafeHeaderValue​(String headerValue)
      • neutralizeForLog

        public static String neutralizeForLog​(String message)
      • encodeCharacter

        public static String encodeCharacter​(int codePoint)