Uses of Interface
org.refcodes.logger.LogDecorator
-
-
Uses of LogDecorator in org.refcodes.logger
Subinterfaces of LogDecorator in org.refcodes.logger Modifier and Type Interface Description interfaceLogger<T>TheLoggerinterface defines those methods required for an atomic (sub-)logger to implement.interfaceQueryLogger<T>TheQueryLoggerextends theLogger; providing additional functionality for querying once logged dataRecordsby specifying queryCriteriaor other query restrictions.interfaceRuntimeLoggerPlain simple interface for logging out runtime information generated by software systems.interfaceTrimLogger<T>TheTrimLoggerextends theQueryLoggerwith the functionality to removeRecordinstances previously being logged by providing the accordingCriteria.Classes in org.refcodes.logger that implement LogDecorator Modifier and Type Class Description classCompositeLoggerImpl<T>TheCompositeLoggerImplis a ready to use implementation of a compositeLoggerextending theAbstractCompositeLogger.classCompositeQueryLoggerImpl<T>TheCompositeQueryLoggerImplis a ready to use implementation of a compositeQueryLoggerextending theAbstractCompositeQueryLogger.classCompositeTrimLoggerImpl<T>TheCompositeTrimLoggerImplis a ready to use implementation of a compositeTrimLoggerextending theAbstractCompositeTrimLogger.classPartedLoggerImpl<T,P extends T>ThePartedLoggerImplis a ready to use implementation of a partedLoggerextending theAbstractPartedLogger.classPartedQueryLoggerImpl<T,P extends T>ThePartedQueryLoggerImplis a ready to use implementation of a partedQueryLoggerextending theAbstractPartedQueryLogger.classPartedTrimLoggerImpl<T,P extends T>ThePartedTrimLoggerImplis a ready to use implementation of a partedTrimLoggerextending theAbstractPartedTrimLogger.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: ..classSystemLoggerVery plain implementation of the logger interface, mainly used as fallbackLogger.
-