-
Predefined layouts passed to logger implementation supporting
ColumnLayout modes.
Provides an accessor for a column layout property.
Provides a builder method for a column layout property returning the
builder for applying multiple build operations.
Provides a mutator for a column layout property.
The
LogDecorator provides means to beautify or enrich logs for
example when printing user friendly logs to the console.
The
Logger interface defines those methods required for an atomic
(sub-)logger to implement.
Provides an accessor for a
Logger property.
Provides a mutator for a
Logger property.
Defines default logger Header.
This enumeration defines the various log priorities to be used by the
application logger.
The
QueryLogger extends the
Logger; providing additional
functionality for querying once logged data
Records by specifying
query
Criteria or other query restrictions.
Plain simple interface for logging out runtime information generated by
software systems.
You configure your
RuntimeLoggerFactoryImpl by providing a
"
runtimelogger.ini" file (see
"http://www.refcodes.org/refcodes/refcodes-logger") in one of those locations
relative to your main class's location:
.
.
The
TrimLogger extends the
QueryLogger with the functionality
to remove
Record instances previously being logged by providing the
according
Criteria.