Uses of Class
org.refcodes.logger.alt.console.ConsoleLogger
-
Uses of ConsoleLogger in org.refcodes.logger.alt.console
Subclasses of ConsoleLogger in org.refcodes.logger.alt.consoleModifier and TypeClassDescriptionclassThisConsoleLoggerSingletonprovides aConsoleLoggersingleton .Methods in org.refcodes.logger.alt.console that return ConsoleLoggerModifier and TypeMethodDescriptionstatic ConsoleLoggerConsoleLoggerSingleton.getInstance()Returns the singleton's instance as fabricated by thisConsoleLoggerSingleton.ConsoleLogger.withColumnLayout(org.refcodes.logger.ColumnLayout aColumnLayout) ConsoleLogger.withErrorPrintStream(PrintStream aErrorPrintStream) ConsoleLogger.withEscapeCodes(boolean isEscCodesEnabled) With escape codes.ConsoleLogger.withLeftBorder(boolean hasLeftBorder) With left border.ConsoleLogger.withRightBorder(boolean hasRightBorder) With right border.ConsoleLogger.withRowWidth(int aRowWidth) ConsoleLogger.withStandardPrintStream(PrintStream aStandardPrintStream) ConsoleLogger.withTableStyle(org.refcodes.textual.TableStyle aTableStyle)