Package com.sun.logging
Class LogCleanerUtil
- java.lang.Object
-
- com.sun.logging.LogCleanerUtil
-
public final class LogCleanerUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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.
-