public class LogUtil extends Object
Constructor and Description |
---|
LogUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getAllCauseMessages(Throwable e)
Collect all exception causes into a single string
|
static String |
mask(String input)
Return masked input text.
|
public static String mask(String input)
input
- String with sensitive date which should be maskedCopyright © 2021. All rights reserved.