Skip navigation links
C D F G H I L O P S T V W _ 

C

ConsoleLogger - Interface in org.refcodes.logger.alt.console
 
ConsoleLoggerHeaderImpl - Class in org.refcodes.logger.alt.console.impls
 
ConsoleLoggerHeaderImpl() - Constructor for class org.refcodes.logger.alt.console.impls.ConsoleLoggerHeaderImpl
 
ConsoleLoggerHeaderImpl(ColumnLayout) - Constructor for class org.refcodes.logger.alt.console.impls.ConsoleLoggerHeaderImpl
 
ConsoleLoggerHeaderImpl(PrintStackTrace, ColumnSetupMetrics[]) - Constructor for class org.refcodes.logger.alt.console.impls.ConsoleLoggerHeaderImpl
 
ConsoleLoggerImpl - Class in org.refcodes.logger.alt.console.impls
Specialized subclass of the FormattedLoggerImpl for handling RuntimeLogger's logs with ANSI Escape-Codes.
ConsoleLoggerImpl() - Constructor for class org.refcodes.logger.alt.console.impls.ConsoleLoggerImpl
 
ConsoleLoggerImpl(ColumnLayout) - Constructor for class org.refcodes.logger.alt.console.impls.ConsoleLoggerImpl
 
ConsoleLoggerSingleton - Class in org.refcodes.logger.alt.console.impls
This ConsoleLoggerSingleton provides a ConsoleLoggerImpl singleton .
ConsoleLoggerSingleton() - Constructor for class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
Constructor for constructing a pseudo singleton; this constructor is public to provide means to some configuration frameworks (such as commons-configurations from Apache) for using this ConsoleLoggerSingleton even when not being able to access the ConsoleLoggerSingleton.getInstance() method.

D

destroy() - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 

F

FormattedLogger<T> - Interface in org.refcodes.logger.alt.console
The FormattedLogger interface defines the methods to do pretty logging to the console's output- or error-streams.
FormattedLoggerImpl<T> - Class in org.refcodes.logger.alt.console.impls
The FormattedLoggerImpl implements the Logger interface for providing logging functionality with extended pimped console output (via System.out and (via sub-classing also System.err).
FormattedLoggerImpl(FormattedHeader<T>) - Constructor for class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
Initially enables or disables ANSI escape sequences as of detection of terminal's ANSI support.
FormattedLoggerImpl.OutputPrintStream - Enum in org.refcodes.logger.alt.console.impls
 

G

getColumnLayout() - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerImpl
 
getColumnLayout() - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
getErrorPrintStream() - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
getErrorPrintStream() - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
getInstance() - Static method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
Returns the singleton's instance as fabricated by this ConsoleLoggerSingleton.
getRowWidth() - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
getRowWidth() - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
getStandardPrintStream() - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
getStandardPrintStream() - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
getTableStyle() - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
getTableStyle() - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 

H

hasEscapeCodes() - Method in interface org.refcodes.logger.alt.console.FormattedLogger
 
hasEscapeCodes() - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
hasEscapeCodes() - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
hasLeftBorder() - Method in interface org.refcodes.logger.alt.console.FormattedLogger
 
hasLeftBorder() - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
hasLeftBorder() - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
hasRightBorder() - Method in interface org.refcodes.logger.alt.console.FormattedLogger
 
hasRightBorder() - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
hasRightBorder() - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 

I

init() - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerImpl
 
init() - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 

L

log(Record<? extends Object>) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerImpl
 
log(Record<? extends Object>) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
log(Record<? extends T>) - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
log(Record<? extends T>, FormattedHeader<T>, TableBuilder) - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
Prints out a log-line with regard to the provided Header unsing the provided TableBuilder.

O

org.refcodes.logger.alt.console - package org.refcodes.logger.alt.console
The ConsoleLoggerImpl implements the Logger interface for providing logging functionality for extended pimped console output (via System#out and System#err to be used by RuntimeLogger implementations.
org.refcodes.logger.alt.console.impls - package org.refcodes.logger.alt.console.impls
 

P

printException(Exception) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerImpl
 

S

setColumnLayout(ColumnLayout) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerImpl
Setter only actually sets in case there is none system or environment property set overriding any values to be set!
setColumnLayout(ColumnLayout) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
setErrorPrintStream(PrintStream) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
setErrorPrintStream(PrintStream) - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
setEscapeCodes(boolean) - Method in interface org.refcodes.logger.alt.console.FormattedLogger
 
setEscapeCodes(boolean) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
setEscapeCodes(boolean) - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
setLeftBorder(boolean) - Method in interface org.refcodes.logger.alt.console.FormattedLogger
 
setLeftBorder(boolean) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
setLeftBorder(boolean) - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
setLoggerLayout(String) - Method in interface org.refcodes.logger.alt.console.ConsoleLogger
As the underlying configuration framework used by the RuntimeLoggerSingleton cannot convert a String to an enum, we got to provide such a method ourselves.
setLoggerLayout(String) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
setLoggerStyle(String) - Method in interface org.refcodes.logger.alt.console.FormattedLogger
As the underlying configuration framework used by the RuntimeLoggerSingleton cannot convert a String to an enum, we got to provide such a method ourselves.
setLoggerStyle(String) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
setLoggerStyle(String) - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
setRightBorder(boolean) - Method in interface org.refcodes.logger.alt.console.FormattedLogger
 
setRightBorder(boolean) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
setRightBorder(boolean) - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
setRowWidth(int) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
setRowWidth(int) - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
setStandardPrintStream(PrintStream) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
setStandardPrintStream(PrintStream) - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
setTableStyle(TableStyle) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
setTableStyle(TableStyle) - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 

T

toLoggerLayaout() - Static method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerImpl
 
toLoggerLayout(ColumnLayout) - Static method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerImpl
Determines the ColumnLayout by evaluating the SystemProperty.LOGGER_LAYOUT and the EnvironmentProperty.LOGGER_LAYOUT (in this order).
toLoggerStyle() - Static method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerImpl
Determines the TableStyle by evaluating the SystemProperty.LOGGER_STYLE and the EnvironmentProperty.LOGGER_STYLE (in this order).
toPreConfiguredTableBuilder(FormattedHeader<?>, FormattedLoggerImpl.OutputPrintStream) - Method in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
Creates a pre-configured TableBuilder, can be used by sub-classes in case them require additional TableBuilder instances.

V

valueOf(String) - Static method in enum org.refcodes.logger.alt.console.impls.FormattedLoggerImpl.OutputPrintStream
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.refcodes.logger.alt.console.impls.FormattedLoggerImpl.OutputPrintStream
Returns an array containing the constants of this enum type, in the order they are declared.

W

withColumnLayout(ColumnLayout) - Method in interface org.refcodes.logger.alt.console.ConsoleLogger
 
withErrorPrintStream(PrintStream) - Method in interface org.refcodes.logger.alt.console.ConsoleLogger
 
withErrorPrintStream(PrintStream) - Method in interface org.refcodes.logger.alt.console.FormattedLogger
 
withErrorPrintStream(PrintStream) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
withEscapeCodes(boolean) - Method in interface org.refcodes.logger.alt.console.ConsoleLogger
 
withEscapeCodes(boolean) - Method in interface org.refcodes.logger.alt.console.FormattedLogger
 
withEscapeCodes(boolean) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
withLeftBorder(boolean) - Method in interface org.refcodes.logger.alt.console.ConsoleLogger
 
withLeftBorder(boolean) - Method in interface org.refcodes.logger.alt.console.FormattedLogger
 
withLeftBorder(boolean) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
withRightBorder(boolean) - Method in interface org.refcodes.logger.alt.console.ConsoleLogger
 
withRightBorder(boolean) - Method in interface org.refcodes.logger.alt.console.FormattedLogger
 
withRightBorder(boolean) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
withRowWidth(int) - Method in interface org.refcodes.logger.alt.console.ConsoleLogger
 
withRowWidth(int) - Method in interface org.refcodes.logger.alt.console.FormattedLogger
 
withRowWidth(int) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
withStandardPrintStream(PrintStream) - Method in interface org.refcodes.logger.alt.console.ConsoleLogger
 
withStandardPrintStream(PrintStream) - Method in interface org.refcodes.logger.alt.console.FormattedLogger
 
withStandardPrintStream(PrintStream) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 
withTableStyle(TableStyle) - Method in interface org.refcodes.logger.alt.console.ConsoleLogger
 
withTableStyle(TableStyle) - Method in interface org.refcodes.logger.alt.console.FormattedLogger
 
withTableStyle(TableStyle) - Method in class org.refcodes.logger.alt.console.impls.ConsoleLoggerSingleton
 

_

_errStream - Variable in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
_exceptionBuilder - Variable in class org.refcodes.logger.alt.console.impls.ConsoleLoggerImpl
 
_hasLeftBorder - Variable in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
_hasRightBorder - Variable in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
_header - Variable in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
_rowWidth - Variable in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
_stdStream - Variable in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
_tableBuilder - Variable in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
_tableStyle - Variable in class org.refcodes.logger.alt.console.impls.FormattedLoggerImpl
 
_verboseBuilder - Variable in class org.refcodes.logger.alt.console.impls.ConsoleLoggerImpl
 
_verboseHeader - Variable in class org.refcodes.logger.alt.console.impls.ConsoleLoggerImpl
 
C D F G H I L O P S T V W _ 
Skip navigation links

Copyright © 2017. All rights reserved.