FormattedLoggerImpl for handling
RuntimeLogger's logs with ANSI Escape-Codes.ConsoleLoggerSingleton provides a ConsoleLoggerImpl
singleton .ConsoleLoggerSingleton even when not being able to access the
getInstance() method.FormattedLogger interface defines the methods to do pretty
logging to the console's output- or error-streams.FormattedLoggerImpl implements the Logger interface for
providing logging functionality with extended pimped console output (via
System.out and (via sub-classing also System.err).ConsoleLoggerSingleton.Header unsing
the provided TableBuilder.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.RuntimeLoggerSingleton cannot convert a String to an enum, we got
to provide such a method ourselves.RuntimeLoggerSingleton cannot convert a String to an enum, we got
to provide such a method ourselves.RuntimeLoggerSingleton cannot convert a String to an enum, we got
to provide such a method ourselves.RuntimeLoggerSingleton cannot convert a String to an enum, we got
to provide such a method ourselves.RuntimeLoggerSingleton cannot convert a String to an enum, we got
to provide such a method ourselves.ColumnLayout by evaluating the
SystemProperty.LOGGER_LAYOUT and the
EnvironmentProperty.LOGGER_LAYOUT (in this order).TableStyle by evaluating the
SystemProperty.LOGGER_STYLE and the
EnvironmentProperty.LOGGER_STYLE (in this order).TableBuilder, can be used by sub-classes
in case them require additional TableBuilder instances.Copyright © 2018. All rights reserved.