Uses of Interface
org.refcodes.logger.MessageLogger
-
-
Uses of MessageLogger in org.refcodes.logger
Subinterfaces of MessageLogger in org.refcodes.logger Modifier and Type Interface Description interface
RuntimeLogger
Plain simple interface for logging out runtime information generated by software systems.Classes in org.refcodes.logger that implement MessageLogger Modifier and Type Class Description class
RuntimeLoggerImpl
The default implementation of theRuntimeLogger
interface to be configured with a (back-end)Logger
.class
RuntimeLoggerSingleton
ThisRuntimeLoggerSingleton
provides aRuntimeLogger
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 theFolders.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: ..
-