-
interface
The
Logger interface defines those methods required for an atomic
(sub-)logger to implement.
interface
The
QueryLogger extends the
Logger; providing additional
functionality for querying once logged data
Records by specifying
query
Criteria or other query restrictions.
interface
Plain simple interface for logging out runtime information generated by
software systems.
interface
The
TrimLogger extends the
QueryLogger with the functionality
to remove
Record instances previously being logged by providing the
according
Criteria.
class
The
LoggerComposite is a ready to use implementation of a composite
Logger extending the
AbstractLoggerComposite.
class
The
PartedLogger is a ready to use implementation of a parted
Logger extending the
AbstractPartedLogger.
class
class
class
class
The default implementation of the
RuntimeLogger interface to be
configured with a (back-end)
Logger.
class
This
RuntimeLoggerSingleton provides a
RuntimeLogger
singleton configured by a "
runtimelogger-config.xml" file find
in one of the several locations relative to your application's base
directory: The applications base directory (where your JAR or your classes
reside) is taken and a list of directories (as defined in the
Folders.CONFIG_DIRS) relative to this base directory is generated :
The actual directories being looked at (in case them exist) are as follows,
relative to your applications base directory:
..
class
Very plain implementation of the logger interface, mainly used as fallback
Logger.
class