public class PrettyFormatter
extends java.lang.Object
Constructor and Description |
---|
PrettyFormatter() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
bold(java.lang.String msg)
Returns the ANSI escaped string for printing it underlined.
|
static java.lang.String |
underlined(java.lang.String msg)
Returns the ANSI escaped string for printing it underlined.
|
public static java.lang.String underlined(java.lang.String msg)
msg
- public static java.lang.String bold(java.lang.String msg)
msg
-