Package com.helixframework.console
Class ConsoleWriter
java.lang.Object
com.helixframework.console.ConsoleWriter
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidblank()Convenience to separate logical chunks.static ConsoleWriter.Builderbuilder()voidIndented block lines (nice for steps, details, stack traces, etc.).voidPrints a detailed message with an accompanying stack trace.voidvoidvoidvoidvoidvoid
-
Method Details
-
builder
-
info
-
success
-
warn
-
error
-
print
-
header
-
detail
Indented block lines (nice for steps, details, stack traces, etc.).- Parameters:
msg- message to print
-
detail
Prints a detailed message with an accompanying stack trace. The stack trace of the providedThrowableis appended to the message and formatted for display in an indented block.- Parameters:
msg- the message to printt- the throwable whose stack trace will be included in the output
-
blank
public void blank()Convenience to separate logical chunks.
-