Uses of Class
org.refcodes.logger.alt.console.AbstractConsoleLogger
-
Uses of AbstractConsoleLogger in org.refcodes.logger.alt.console
Subclasses of AbstractConsoleLogger in org.refcodes.logger.alt.consoleModifier and TypeClassDescriptionclassSpecialized subclass of theAbstractConsoleLoggerfor handlingRuntimeLogger's logs with ANSI Escape-Codes.classThisConsoleLoggerSingletonprovides aConsoleLoggersingleton .Methods in org.refcodes.logger.alt.console that return AbstractConsoleLoggerModifier and TypeMethodDescriptionAbstractConsoleLogger.withErrorPrintStream(PrintStream aErrorPrintStream) AbstractConsoleLogger.withEscapeCodes(boolean isEscCodesEnabled) With escape codes.AbstractConsoleLogger.withLeftBorder(boolean hasLeftBorder) With left border.AbstractConsoleLogger.withRightBorder(boolean hasRightBorder) With right border.AbstractConsoleLogger.withRowWidth(int aRowWidth) AbstractConsoleLogger.withStandardPrintStream(PrintStream aStandardPrintStream) AbstractConsoleLogger.withTableStyle(org.refcodes.textual.TableStyle aTableStyle)