public class StringFormatter extends Object
| Constructor and Description | 
|---|
StringFormatter()  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
formatBytes(byte[] bytes)  | 
static String | 
formatLogMessage(int indent,
                String message,
                Object... arguments)  | 
static String | 
formatLogMessage(String[] messageParts,
                Object... arguments)  | 
static String | 
formatLogMessage(String message,
                Object... arguments)  | 
static StringBuilder[] | 
indentAndToString(int indent,
                 Object... objects)  | 
static StringBuilder[] | 
indentAndToString(Object... objects)  | 
public static StringBuilder[] indentAndToString(Object... objects)
public static StringBuilder[] indentAndToString(int indent, Object... objects)
public static String formatLogMessage(int indent, String message, Object... arguments)
public static String formatBytes(byte[] bytes)
Copyright © 2020. All rights reserved.