Package | Description |
---|---|
org.refcodes.logger |
The "refcodes-logger" artifact provides the refcodes logging framework for
flexible logging of any data to any data sink (inclucing files, databases or
the console provided as alternate implementations).
|
org.refcodes.logger.impls |
Implementations:
The
impls package contains implementations of the types defined
by this artifact. |
Modifier and Type | Interface and Description |
---|---|
static interface |
LogPriorityAccessor.LogPriorityProperty
Provides a
LogPriority property. |
interface |
RuntimeLogger
Plain simple interface for logging out runtime information generated by
software systems.
|
Modifier and Type | Class and Description |
---|---|
class |
RuntimeLoggerImpl
The default implementation of the
RuntimeLogger interface to be
configured with a (back-end) Logger . |
class |
RuntimeLoggerSingleton
This
RuntimeLoggerSingleton provides a RuntimeLogger
singleton configured by a "runtimelogger-conf.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 relative to this base directory is generated
as defined in the RuntimeConsts.CONFIG_DIR_NAMES : The actual
directories being looked at (in case them exist) are as follows, relative to
your applications base directory:
.. |
Copyright © 2016. All rights reserved.