Package | Description |
---|---|
org.refcodes.logger | |
org.refcodes.logger.impls |
Modifier and Type | Interface and Description |
---|---|
interface |
RuntimeLogger
Plain simple interface for logging out runtime information generated by
software systems.
|
Modifier and Type | Class and Description |
---|---|
class |
RuntimeLoggerImpl
The defalut implementation of the
RuntimeLogger interface to be
configured with a (backend) Logger . |
class |
RuntimeLoggerSingleton
This
RuntimeLoggerSingleton provides a RuntimeLogger
singleton from the class specified in the property
LoggerConsts#PROPERTY_RUNTIMELOGGER_LOGGER_CLASS contained in the
file LoggerConsts#REFCODES_RUNTIME_LOGGER_CONF with the
LogPriority specified in the property
LoggerConsts#PROPERTY_RUNTIMELOGGER_LOGPRIORITY . |
Copyright © 2015. All rights reserved.