Class LogCleanerUtil

java.lang.Object
com.sun.logging.LogCleanerUtil

public final class LogCleanerUtil extends Object
  • Method Details

    • 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)