Package com.sun.logging
Class LogCleanerUtil
java.lang.Object
com.sun.logging.LogCleanerUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringencodeCharacter(int codePoint) static StringgetSafeHeaderValue(String headerValue) static StringneutralizeForLog(String message) static StringremoveLinearWhiteSpaces(String input) Remove extra white spaces in String and convert into lowercase.
-
Method Details
-
removeLinearWhiteSpaces
Remove extra white spaces in String and convert into lowercase.- Parameters:
input- Input String- Returns:
- string
-
getSafeHeaderValue
-
neutralizeForLog
-
encodeCharacter
-