Package host.anzo.commons.utils
Class ConsoleUtils
java.lang.Object
host.anzo.commons.utils.ConsoleUtils
- Since:
- 08.09.2016
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprintSection(@NotNull String sectionName) Prints a named section to log.static voidprintSection(@NotNull String sectionName, @NotNull ConsoleColors color) TODO: Implement custom RollingRandomAccessFile with replace ANSI codes when write to file to avoid unreadable symbols in text file Prints a named section to log.
-
Constructor Details
-
ConsoleUtils
public ConsoleUtils()
-
-
Method Details
-
printSection
Prints a named section to log.- Parameters:
sectionName- section name
-
printSection
public static void printSection(@NotNull @NotNull String sectionName, @NotNull @NotNull ConsoleColors color) TODO: Implement custom RollingRandomAccessFile with replace ANSI codes when write to file to avoid unreadable symbols in text file Prints a named section to log.- Parameters:
sectionName- section namecolor- section color
-