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 interfaceRuntimeLoggerPlain simple interface for logging out runtime information generated by software systems.Classes in org.refcodes.logger that implement MessageLogger Modifier and Type Class Description classRuntimeLoggerImplThe default implementation of theRuntimeLoggerinterface to be configured with a (back-end)Logger.classRuntimeLoggerSingletonThisRuntimeLoggerSingletonprovides aRuntimeLoggersingleton 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: ..
-